| Index: src/crankshaft/arm/lithium-codegen-arm.h
|
| diff --git a/src/crankshaft/arm/lithium-codegen-arm.h b/src/crankshaft/arm/lithium-codegen-arm.h
|
| index c301294bb338585401e48a086b6f5f62bf97ef23..eeeb0eb56fd2dbcc24760a934338e5592ebb3922 100644
|
| --- a/src/crankshaft/arm/lithium-codegen-arm.h
|
| +++ b/src/crankshaft/arm/lithium-codegen-arm.h
|
| @@ -292,10 +292,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,
|
|
|