Index: build/android/gyp/jar.py |
diff --git a/build/android/gyp/jar.py b/build/android/gyp/jar.py |
index cf731cd53a996cac7b3b9463e90224374c0e9b8a..fdcd4b24dc252f0c0d8b80caa8f62fb4cca65fe0 100755 |
--- a/build/android/gyp/jar.py |
+++ b/build/android/gyp/jar.py |
@@ -46,9 +46,6 @@ def main(argv): |
help='List of .class file patterns to exclude from the jar.') |
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() |
DoJar(options) |