Index: src/ast/scopes.h |
diff --git a/src/ast/scopes.h b/src/ast/scopes.h |
index dec99933bae92d03d94a8b08c8ee2bf74b802f03..d750122baa6156ce005fe1f8a45f8df08b543807 100644 |
--- a/src/ast/scopes.h |
+++ b/src/ast/scopes.h |
@@ -57,7 +57,6 @@ class SloppyBlockFunctionMap : public ZoneHashMap { |
explicit SloppyBlockFunctionMap(Zone* zone); |
void Declare(Zone* zone, const AstRawString* name, |
SloppyBlockFunctionStatement* statement); |
- typedef ZoneVector<SloppyBlockFunctionStatement*> Vector; |
}; |