Index: src/ia32/codegen-ia32.h |
diff --git a/src/ia32/codegen-ia32.h b/src/ia32/codegen-ia32.h |
index e661a41c0be72e040e5d13c6ef125857a73569aa..509bbd6f6a90fa30e8d3e39b2db23b8ba65fa10d 100644 |
--- a/src/ia32/codegen-ia32.h |
+++ b/src/ia32/codegen-ia32.h |
@@ -528,10 +528,6 @@ class CodeGenerator: public AstVisitor { |
Condition cc, |
bool strict, |
ControlDestination* destination); |
- void GenerateInlineNumberComparison(Result* left_side, |
- Result* right_side, |
- Condition cc, |
- ControlDestination* dest); |
// To prevent long attacker-controlled byte sequences, integer constants |
// from the JavaScript source are loaded in two parts if they are larger |