Index: build/android/pylib/android_commands.py |
diff --git a/build/android/pylib/android_commands.py b/build/android/pylib/android_commands.py |
index 4eae1b729e535abddfa702b8ad63e00189cfb61f..fc29c2165582a763d8c4c92d3f151347842a3a22 100644 |
--- a/build/android/pylib/android_commands.py |
+++ b/build/android/pylib/android_commands.py |
@@ -662,7 +662,6 @@ class AndroidCommands(object): |
path, self.RunShellCommand('ls -lR %s' % path), re_file, |
self._device_utc_offset) |
- |
def SetJavaAssertsEnabled(self, enable): |
"""Sets or removes the device java assertions property. |