| Index: build/android/surface_stats.py
|
| diff --git a/build/android/surface_stats.py b/build/android/surface_stats.py
|
| index 4b90216a870714f117b4cf2a8bbc61c305d38615..1fe121e368d7ccd880cd456579b599270cb1f70e 100755
|
| --- a/build/android/surface_stats.py
|
| +++ b/build/android/surface_stats.py
|
| @@ -95,7 +95,7 @@ def main(argv):
|
| type='float',
|
| help='Time in seconds to sleep between updates.')
|
|
|
| - options, args = parser.parse_args(argv)
|
| + options, _ = parser.parse_args(argv)
|
| run_tests_helper.SetLogLevel(options.verbose_count)
|
|
|
| adb = android_commands.AndroidCommands(options.device)
|
|
|