Chromium Code Reviews| Index: src/codegen.h |
| diff --git a/src/codegen.h b/src/codegen.h |
| index 1e87a1b9e7654feddd63ab869ad43a055733b609..9b58930156539cb73f4dc654137bf36e6746f243 100644 |
| --- a/src/codegen.h |
| +++ b/src/codegen.h |
| @@ -79,8 +79,6 @@ class CodeGenerator { |
| // Print the code after compiling it. |
| static void PrintCode(Handle<Code> code, CompilationInfo* info); |
| - static bool ShouldGenerateLog(Isolate* isolate, Expression* type); |
| - |
| static bool RecordPositions(MacroAssembler* masm, |
| int pos, |
| bool right_here = false); |