Index: src/ia32/lithium-codegen-ia32.h |
diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h |
index 283430524c545eb39e22f7a6882f65e51bf2ef7b..ea0c777d189e2bc3e893464bb979f395502dd025 100644 |
--- a/src/ia32/lithium-codegen-ia32.h |
+++ b/src/ia32/lithium-codegen-ia32.h |
@@ -314,10 +314,6 @@ class LCodeGen BASE_EMBEDDED { |
LEnvironment* env, |
NumberUntagDMode mode = NUMBER_CANDIDATE_IS_ANY_TAGGED); |
- void DeoptIfTaggedButNotSmi(LEnvironment* environment, |
- HValue* value, |
- LOperand* operand); |
- |
// Emits optimized code for typeof x == "y". Modifies input register. |
// Returns the condition on which a final split to |
// true and false label should be made, to optimize fallthrough. |