| Index: src/codegen.cc
|
| diff --git a/src/codegen.cc b/src/codegen.cc
|
| index 4e5c781361bacd25cf6ff46b6b3a04a07097ea23..fb723a3bccc7fe0ec8422f7d20d4b0bff0ea5b21 100644
|
| --- a/src/codegen.cc
|
| +++ b/src/codegen.cc
|
| @@ -169,8 +169,6 @@ void CodeGenerator::PrintCode(Handle<Code> code, CompilationInfo* info) {
|
| #endif // ENABLE_DISASSEMBLER
|
| }
|
|
|
| -#ifdef ENABLE_LOGGING_AND_PROFILING
|
| -
|
| static Vector<const char> kRegexp = CStrVector("regexp");
|
|
|
| bool CodeGenerator::ShouldGenerateLog(Expression* type) {
|
| @@ -187,8 +185,6 @@ bool CodeGenerator::ShouldGenerateLog(Expression* type) {
|
| return false;
|
| }
|
|
|
| -#endif
|
| -
|
|
|
| bool CodeGenerator::RecordPositions(MacroAssembler* masm,
|
| int pos,
|
|
|