Index: src/scopes.h |
=================================================================== |
--- src/scopes.h (revision 9858) |
+++ src/scopes.h (working copy) |
@@ -42,10 +42,6 @@ |
public: |
VariableMap(); |
- // Dummy constructor. This constructor doesn't set up the map |
- // properly so don't use it unless you have a good reason. |
- explicit VariableMap(bool gotta_love_static_overloading); |
- |
virtual ~VariableMap(); |
Variable* Declare(Scope* scope, |
@@ -373,8 +369,6 @@ |
protected: |
friend class ParserFactory; |
- explicit Scope(ScopeType type); |
- |
Isolate* const isolate_; |
// Scope tree. |