Index: build/android/pylib/perf/cache_control.py |
diff --git a/build/android/pylib/perf/cache_control.py b/build/android/pylib/perf/cache_control.py |
index 67b99507cec9a0245c8a08f773db4ec364f30232..8d17cffb739b538001e9b687344f16c2ddafbe66 100644 |
--- a/build/android/pylib/perf/cache_control.py |
+++ b/build/android/pylib/perf/cache_control.py |
@@ -2,15 +2,12 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-from pylib import android_commands |
from pylib.device import device_utils |
class CacheControl(object): |
_DROP_CACHES = '/proc/sys/vm/drop_caches' |
def __init__(self, device): |
- # TODO(jbudorick) Remove once telemetry gets switched over. |
- assert not isinstance(device, android_commands.AndroidCommands) |
self._device = device |
def DropRamCaches(self): |