Index: dart/utils/compiler/compiler.gyp |
diff --git a/dart/utils/compiler/compiler.gyp b/dart/utils/compiler/compiler.gyp |
index 2dee58f26d331bb482b737d2f0d8b806db901fac..bcba6ccb75d595dcf83fc6fd49f010a550c598ee 100644 |
--- a/dart/utils/compiler/compiler.gyp |
+++ b/dart/utils/compiler/compiler.gyp |
@@ -57,10 +57,6 @@ |
], |
'action': [ |
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)gen_snapshot<(EXECUTABLE_SUFFIX)', |
- |
- # TODO(ahe): Remove option when http://dartbug.com/5989 is fixed. |
- '--optimization_counter_threshold=-1', |
- |
# Note: we don't store the snapshot in the location where |
# the dart2js script is looking for it. The motivation |
# for that is to support an incremental development model |