| Index: src/scopes.h
|
| diff --git a/src/scopes.h b/src/scopes.h
|
| index d18c6bc2740a70f0eb0eb92d4c1aa392360b5e32..a01d9c7d472b5c2b1005d158c5efed6088c6af0e 100644
|
| --- a/src/scopes.h
|
| +++ b/src/scopes.h
|
| @@ -112,11 +112,6 @@ class Scope: public ZoneObject {
|
|
|
| void Initialize(bool inside_with);
|
|
|
| - // Checks if the block scope is redundant, i.e. it does not contain any
|
| - // block scoped declarations. In that case it is removed from the scope
|
| - // tree and its children are reparented.
|
| - Scope* FinalizeBlockScope();
|
| -
|
| // ---------------------------------------------------------------------------
|
| // Declarations
|
|
|
|
|