Index: src/crankshaft/mips64/lithium-codegen-mips64.h |
diff --git a/src/crankshaft/mips64/lithium-codegen-mips64.h b/src/crankshaft/mips64/lithium-codegen-mips64.h |
index 6975ca021ab17fed50fad993a16c19106cef3391..c4048115d396a19d5252babdbfb15085ba4a12e8 100644 |
--- a/src/crankshaft/mips64/lithium-codegen-mips64.h |
+++ b/src/crankshaft/mips64/lithium-codegen-mips64.h |
@@ -313,10 +313,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 temp1, Register temp2); |
- |
// Emits optimized code to deep-copy the contents of statically known |
// object graphs (e.g. object literal boilerplate). |
void EmitDeepCopy(Handle<JSObject> object, |