Index: src/crankshaft/ia32/lithium-codegen-ia32.h |
diff --git a/src/crankshaft/ia32/lithium-codegen-ia32.h b/src/crankshaft/ia32/lithium-codegen-ia32.h |
index 506ebf4b3a42649ef2770598b77ac29e3f9c11ec..102a579d318c45e04690bf3cfdeb9388b95eb6ca 100644 |
--- a/src/crankshaft/ia32/lithium-codegen-ia32.h |
+++ b/src/crankshaft/ia32/lithium-codegen-ia32.h |
@@ -277,10 +277,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, |