Index: src/x64/lithium-codegen-x64.h |
diff --git a/src/x64/lithium-codegen-x64.h b/src/x64/lithium-codegen-x64.h |
index 8c6b5d27c03cecd4adbc6746ede302fa79a485c9..b0aa2c2935f54c88001c9204ce6e515cdd5a44e1 100644 |
--- a/src/x64/lithium-codegen-x64.h |
+++ b/src/x64/lithium-codegen-x64.h |
@@ -291,11 +291,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. |