| Index: src/mips/codegen-mips.h
|
| diff --git a/src/mips/codegen-mips.h b/src/mips/codegen-mips.h
|
| index fecd321fad481b03e7f91d7dd012657b3dd0450e..a8de9c8610fbe079371a8065a7cf561785518ba7 100644
|
| --- a/src/mips/codegen-mips.h
|
| +++ b/src/mips/codegen-mips.h
|
| @@ -60,9 +60,7 @@ class CodeGenerator: public AstVisitor {
|
| // 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 void SetFunctionInfo(Handle<JSFunction> fun,
|
| FunctionLiteral* lit,
|
|
|