| Index: src/ia32/codegen-ia32.h
|
| diff --git a/src/ia32/codegen-ia32.h b/src/ia32/codegen-ia32.h
|
| index 8f090b124e715206ccab18758aebd3f9f792724e..c85fa83e9e2762839ddcc7b3bab134429aa13443 100644
|
| --- a/src/ia32/codegen-ia32.h
|
| +++ b/src/ia32/codegen-ia32.h
|
| @@ -53,9 +53,7 @@ class CodeGenerator {
|
| // Print the code after compiling it.
|
| static void PrintCode(Handle<Code> code, CompilationInfo* info);
|
|
|
| -#ifdef ENABLE_LOGGING_AND_PROFILING
|
| static bool ShouldGenerateLog(Expression* type);
|
| -#endif
|
|
|
| static bool RecordPositions(MacroAssembler* masm,
|
| int pos,
|
|
|