Index: src/crankshaft/x87/lithium-codegen-x87.h |
diff --git a/src/crankshaft/x87/lithium-codegen-x87.h b/src/crankshaft/x87/lithium-codegen-x87.h |
index 1282d3fedc8481f79ae6e57378f3e6e5d5b8cd53..1651d38d9014f576c807842ce7bc5997c9c78f1b 100644 |
--- a/src/crankshaft/x87/lithium-codegen-x87.h |
+++ b/src/crankshaft/x87/lithium-codegen-x87.h |
@@ -306,10 +306,6 @@ class LCodeGen: public LCodeGenBase { |
Label* is_not_string, |
SmiCheck check_needed); |
- // Emits optimized code for %_IsConstructCall(). |
- // Caller should branch on equal condition. |
- void EmitIsConstructCall(Register temp); |
- |
// Emits optimized code to deep-copy the contents of statically known |
// object graphs (e.g. object literal boilerplate). |
void EmitDeepCopy(Handle<JSObject> object, |