Chromium Code Reviews| Index: src/ast/variables.h |
| diff --git a/src/ast/variables.h b/src/ast/variables.h |
| index f1f63b8a14cb8f9bf151dc3e2c7f9db248995486..043c8c38f603aa513d3ffe5a155e248eb1dbeba1 100644 |
| --- a/src/ast/variables.h |
| +++ b/src/ast/variables.h |
| @@ -102,8 +102,6 @@ class Variable final : public ZoneObject { |
| index_ = index; |
| } |
| - static int CompareIndex(Variable* const* v, Variable* const* w); |
| - |
| private: |
| Scope* scope_; |
| const AstRawString* name_; |