aboutsummaryrefslogtreecommitdiff
path: root/public/actions/base_device_factory.py
diff options
context:
space:
mode:
Diffstat (limited to 'public/actions/base_device_factory.py')
-rw-r--r--public/actions/base_device_factory.py12
1 files changed, 0 insertions, 12 deletions
diff --git a/public/actions/base_device_factory.py b/public/actions/base_device_factory.py
index 8ac52720..d7021d19 100644
--- a/public/actions/base_device_factory.py
+++ b/public/actions/base_device_factory.py
@@ -62,18 +62,6 @@ class BaseDeviceFactory():
return [None]
# pylint: disable=no-self-use
- def GetFastbootPorts(self):
- """Get Fastboot ports of the created devices.
-
- Subclasses should define this function if their ADB ports are not
- constant.
-
- Returns:
- The port numbers as a list of integers.
- """
- return [None]
-
- # pylint: disable=no-self-use
def GetVncPorts(self):
"""Get VNC ports of the created devices.