Index: build/android/gyp/dex.py |
diff --git a/build/android/gyp/dex.py b/build/android/gyp/dex.py |
index 1e6ca8aeee76e2d19057d3f3c3614565e1d9d76e..c51d68316103ae99c987afd8710eaf27c6d585ca 100755 |
--- a/build/android/gyp/dex.py |
+++ b/build/android/gyp/dex.py |
@@ -46,9 +46,6 @@ def main(argv): |
help='Exclude locals list from the dex file.') |
parser.add_option('--stamp', help='Path to touch on success.') |
- # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja. |
- parser.add_option('--ignore', help='Ignored.') |
- |
options, paths = parser.parse_args() |
if (options.proguard_enabled == 'true' |