Chromium Code Reviews| Index: src/hydrogen.h |
| =================================================================== |
| --- src/hydrogen.h (revision 9901) |
| +++ src/hydrogen.h (working copy) |
| @@ -657,7 +657,6 @@ |
| class HGraphBuilder: public AstVisitor { |
| public: |
| enum BreakType { BREAK, CONTINUE }; |
| - enum SwitchType { UNKNOWN_SWITCH, SMI_SWITCH, STRING_SWITCH }; |
| // A class encapsulating (lazily-allocated) break and continue blocks for |
| // a breakable statement. Separated from BreakAndContinueScope so that it |