| Index: src/arm/codegen-arm.h
|
| diff --git a/src/arm/codegen-arm.h b/src/arm/codegen-arm.h
|
| index 01aa8052e1bc2eb90edee6815865f579811cf6ab..d27982abac1113fc2cf822a36e02499fce79e003 100644
|
| --- a/src/arm/codegen-arm.h
|
| +++ b/src/arm/codegen-arm.h
|
| @@ -58,9 +58,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,
|
|
|