Index: build/android/gyp/proguard.py |
diff --git a/build/android/gyp/proguard.py b/build/android/gyp/proguard.py |
index 41d4a6948f7e77e73c97294ff98f2655bc0eaaa2..12dec2ed50b20229655c9409409b2fd0baf5d21f 100755 |
--- a/build/android/gyp/proguard.py |
+++ b/build/android/gyp/proguard.py |
@@ -41,9 +41,6 @@ def main(argv): |
parser.add_option('--classpath', help="Classpath for proguard.") |
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, _ = parser.parse_args() |
DoProguard(options) |