Index: build/android/gyp/gcc_preprocess.py |
diff --git a/build/android/gyp/gcc_preprocess.py b/build/android/gyp/gcc_preprocess.py |
index b6b7e82db2daceceb9c1849b82a667ccef7bc710..d816741e62acbb29c5271d435091f8b5dceb6e7e 100755 |
--- a/build/android/gyp/gcc_preprocess.py |
+++ b/build/android/gyp/gcc_preprocess.py |
@@ -37,9 +37,6 @@ def main(): |
parser.add_option('--stamp', help='Path to touch on success.') |
parser.add_option('--defines', help='Pre-defines macros', action='append') |
- # TODO(newt): remove this once http://crbug.com/177552 is fixed in ninja. |
- parser.add_option('--ignore', help='Ignored.') |
- |
options, _ = parser.parse_args() |
DoGcc(options) |