Chromium Code Reviews| Index: build/android/pylib/instrumentation/test_options.py |
| diff --git a/build/android/pylib/instrumentation/test_options.py b/build/android/pylib/instrumentation/test_options.py |
| index 0c9ac005baec24335ba601c123031806b43a4979..63aee8bc26f51db84a631d5edb49034ae00efe69 100644 |
| --- a/build/android/pylib/instrumentation/test_options.py |
| +++ b/build/android/pylib/instrumentation/test_options.py |
| @@ -7,7 +7,6 @@ |
| import collections |
| InstrumentationOptions = collections.namedtuple('InstrumentationOptions', [ |
| - 'build_type', |
| 'tool', |
| 'cleanup_test_files', |
| 'push_deps', |