Chromium Code Reviews| Index: runtime/vm/parser.h |
| =================================================================== |
| --- runtime/vm/parser.h (revision 20045) |
| +++ runtime/vm/parser.h (working copy) |
| @@ -31,8 +31,6 @@ |
| // The class ParsedFunction holds the result of parsing a function. |
| class ParsedFunction : public ZoneAllocated { |
| public: |
| - static const int kFirstLocalSlotIndex = -2; |
| - |
| explicit ParsedFunction(const Function& function) |
| : function_(function), |
| node_sequence_(NULL), |