| Index: build/android/gyp/util/build_device.py
|
| diff --git a/build/android/gyp/util/build_device.py b/build/android/gyp/util/build_device.py
|
| index 07e35b2dbe952de5191cbfe63c059a59fa5ecdf4..03d5f2a275a86f2519f5161694453ca8131ac45c 100644
|
| --- a/build/android/gyp/util/build_device.py
|
| +++ b/build/android/gyp/util/build_device.py
|
| @@ -17,8 +17,6 @@
|
| sys.path.append(BUILD_ANDROID_DIR)
|
|
|
| from pylib import android_commands
|
| -# While this isn't used in this file, it is used in some files that import it.
|
| -from pylib.android_commands import GetAttachedDevices # pylint: disable=W0611
|
|
|
|
|
| class BuildDevice(object):
|
|
|