Index: src/compiler/code-generator.h |
diff --git a/src/compiler/code-generator.h b/src/compiler/code-generator.h |
index b603c555c392ab1bd2b155a823f04511c4242af0..c6069b6ee3105fb6207220949d63913eca638037 100644 |
--- a/src/compiler/code-generator.h |
+++ b/src/compiler/code-generator.h |
@@ -88,10 +88,6 @@ class CodeGenerator V8_FINAL : public GapResolver::Assembler { |
void AddTranslationForOperand(Translation* translation, Instruction* instr, |
InstructionOperand* op); |
void AddNopForSmiCodeInlining(); |
-#if DEBUG |
- static bool IsNopForSmiCodeInlining(Handle<Code> code, int start_pc, |
- int end_pc); |
-#endif // DEBUG |
// =========================================================================== |
class LazyDeoptimizationEntry V8_FINAL { |