Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index 8afc3e39b1e2d66c4b0ff600edbe0341534324a9..9ce1026c9819ba78879bd7953c17fff1964059a0 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -470,8 +470,6 @@ class Parser { |
Mode mode() const { return mode_; } |
ScriptDataImpl* pre_data() const { return pre_data_; } |
- Scope* DeclarationScope(); |
- |
// Check if the given string is 'eval' or 'arguments'. |
bool IsEvalOrArguments(Handle<String> string); |