Index: build/android/pylib/perf/perf_control.py |
diff --git a/build/android/pylib/perf/perf_control.py b/build/android/pylib/perf/perf_control.py |
index b6bf9143d247bed3f4268b7307cf69360af65e28..f7e9b518af32d31dea13e63f095d0edd9bdf659b 100644 |
--- a/build/android/pylib/perf/perf_control.py |
+++ b/build/android/pylib/perf/perf_control.py |
@@ -5,7 +5,6 @@ |
import atexit |
import logging |
-from pylib import android_commands |
from pylib.device import device_errors |
from pylib.device import device_utils |
@@ -16,8 +15,6 @@ class PerfControl(object): |
_KERNEL_MAX = '/sys/devices/system/cpu/kernel_max' |
def __init__(self, device): |
- # TODO(jbudorick) Remove once telemetry gets switched over. |
- assert not isinstance(device, android_commands.AndroidCommands) |
self._device = device |
# this will raise an AdbCommandFailedError if no CPU files are found |
self._cpu_files = self._device.RunShellCommand( |