Chromium Code Reviews| Index: src/ppc/codegen-ppc.h |
| diff --git a/src/ppc/codegen-ppc.h b/src/ppc/codegen-ppc.h |
| index 500bf600f97f260b1dc680c473d3b44a872c3c75..f8da74eaa617e21451c849345b06fcc91dbb1d96 100644 |
| --- a/src/ppc/codegen-ppc.h |
| +++ b/src/ppc/codegen-ppc.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 |