Index: src/preparser.h |
diff --git a/src/preparser.h b/src/preparser.h |
index 53b3266ac709a171e91c1f8c72bb188f402e4774..f4961e76a83f39d1a5f170c6e9bcf7757cf501d4 100644 |
--- a/src/preparser.h |
+++ b/src/preparser.h |
@@ -139,10 +139,6 @@ class ParserBase : public Traits { |
ALLOW_ACCESSORS(legacy_const); |
#undef ALLOW_ACCESSORS |
- bool allow_harmony_unicode() const { return scanner()->HarmonyUnicode(); } |
- |
- void set_allow_harmony_unicode(bool a) { scanner()->SetHarmonyUnicode(a); } |
- |
protected: |
enum AllowRestrictedIdentifiers { |
kAllowRestrictedIdentifiers, |