| Index: src/crankshaft/x64/lithium-codegen-x64.h
|
| diff --git a/src/crankshaft/x64/lithium-codegen-x64.h b/src/crankshaft/x64/lithium-codegen-x64.h
|
| index 3e13a4d29f5b0c4f5a9b1e1ccf3408c2f0dd7f8e..78d930229ea52cc28525129cda2a65915d8123ff 100644
|
| --- a/src/crankshaft/x64/lithium-codegen-x64.h
|
| +++ b/src/crankshaft/x64/lithium-codegen-x64.h
|
| @@ -273,10 +273,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 code for pushing either a tagged constant, a (non-double)
|
| // register, or a stack slot operand.
|
| void EmitPushTaggedOperand(LOperand* operand);
|
|
|