Chromium Code Reviews| Index: src/scopes.cc |
| diff --git a/src/scopes.cc b/src/scopes.cc |
| index 96f0c609d1e481989be566fc8728c12e6900ba95..88a6820b2a5da6f17c8a10374d8dce9c851c21d1 100644 |
| --- a/src/scopes.cc |
| +++ b/src/scopes.cc |
| @@ -826,8 +826,6 @@ void Scope::AllocateNonParameterLocal(Variable* var) { |
| } |
| -DECLARE_bool(usage_computation); |
| - |
| void Scope::AllocateNonParameterLocals() { |
| // Each variable occurs exactly once in the locals_ list; all |
| // variables that have no rewrite yet are non-parameter locals. |