Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 4e9500d3229038f00b53fc60150f93512243b637..2d5dc73f8c527ad0abc252d7bc3e1c10e401926a 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -177,12 +177,6 @@ DEFINE_BOOL(experimental_extras, false, |
// Flags for language modes and experimental language features. |
DEFINE_BOOL(use_strict, false, "enforce strict mode") |
-DEFINE_BOOL(use_strong, false, "enforce strong mode") |
-DEFINE_IMPLICATION(use_strong, use_strict) |
- |
-DEFINE_BOOL(strong_mode, false, "experimental strong language mode") |
-DEFINE_IMPLICATION(use_strong, strong_mode) |
-DEFINE_BOOL(strong_this, true, "don't allow 'this' to escape from constructors") |
DEFINE_BOOL(es_staging, false, |
"enable test-worthy harmony features (for internal use only)") |