Chromium Code Reviews| Index: src/arm/codegen-arm.h |
| =================================================================== |
| --- src/arm/codegen-arm.h (revision 5854) |
| +++ src/arm/codegen-arm.h (working copy) |
| @@ -194,14 +194,6 @@ |
| }; |
| -// Different nop operations are used by the code generator to detect certain |
| -// states of the generated code. |
| -enum NopMarkerTypes { |
| - NON_MARKING_NOP = 0, |
| - PROPERTY_ACCESS_INLINED |
| -}; |
| - |
| - |
| // ------------------------------------------------------------------------- |
| // CodeGenerator |