Chromium Code Reviews| Index: src/globals.h |
| diff --git a/src/globals.h b/src/globals.h |
| index 3abbc6b6f9fd7bf8407d7623bc147e8a183f45c4..56e3bbacd877a5b88d86f0917792eacd85009bb2 100644 |
| --- a/src/globals.h |
| +++ b/src/globals.h |
| @@ -970,7 +970,6 @@ enum VariableKind : uint8_t { |
| NORMAL_VARIABLE, |
| FUNCTION_VARIABLE, |
| THIS_VARIABLE, |
| - ARGUMENTS_VARIABLE, |
| SLOPPY_FUNCTION_NAME_VARIABLE, |
| kLastKind = SLOPPY_FUNCTION_NAME_VARIABLE |
| }; |