Chromium Code Reviews| Index: src/codegen.cc |
| =================================================================== |
| --- src/codegen.cc (revision 8778) |
| +++ src/codegen.cc (working copy) |
| @@ -169,8 +169,6 @@ |
| #endif // ENABLE_DISASSEMBLER |
| } |
| -#ifdef ENABLE_LOGGING_AND_PROFILING |
| - |
| static Vector<const char> kRegexp = CStrVector("regexp"); |
| bool CodeGenerator::ShouldGenerateLog(Expression* type) { |
| @@ -187,9 +185,7 @@ |
| return false; |
| } |
| -#endif |
| - |
| bool CodeGenerator::RecordPositions(MacroAssembler* masm, |
| int pos, |
| bool right_here) { |