Index: src/arm/codegen-arm.h |
diff --git a/src/arm/codegen-arm.h b/src/arm/codegen-arm.h |
index 4c7c7688fd7ec90152eb3590373eb7ff7f0f5aa4..d36ce59d66990cc48fca4c62153439d28346eb1c 100644 |
--- a/src/arm/codegen-arm.h |
+++ b/src/arm/codegen-arm.h |
@@ -12,9 +12,6 @@ namespace v8 { |
namespace internal { |
-enum TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF }; |
- |
- |
class StringCharLoadGenerator : public AllStatic { |
public: |
// Generates the code for handling different string types and loading the |