Index: build/android/pylib/thermal_throttle.py |
diff --git a/build/android/pylib/thermal_throttle.py b/build/android/pylib/thermal_throttle.py |
deleted file mode 100644 |
index 631bbdd6e3f86999badab5e813804165ec3c02df..0000000000000000000000000000000000000000 |
--- a/build/android/pylib/thermal_throttle.py |
+++ /dev/null |
@@ -1,12 +0,0 @@ |
-# Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-# Use of this source code is governed by a BSD-style license that can be |
-# found in the LICENSE file. |
- |
-import logging |
- |
-from perf import thermal_throttle |
- |
-# TODO(bulach): remove once all references to ThermalThrottle are fixed. |
-class ThermalThrottle(thermal_throttle.ThermalThrottle): |
- def __init__(self, adb): |
- super(ThermalThrottle, self).__init__(adb) |