| Index: src/arm64/lithium-codegen-arm64.h
|
| diff --git a/src/arm64/lithium-codegen-arm64.h b/src/arm64/lithium-codegen-arm64.h
|
| index 05ab66c2861aa1796324168aee45341ad1669754..4aea1fbcd1ce5f6cc0f715ce7ca393b8b752642f 100644
|
| --- a/src/arm64/lithium-codegen-arm64.h
|
| +++ b/src/arm64/lithium-codegen-arm64.h
|
| @@ -248,8 +248,6 @@ class LCodeGen: public LCodeGenBase {
|
|
|
| int GetStackSlotCount() const { return chunk()->spill_slot_count(); }
|
|
|
| - void Abort(BailoutReason reason);
|
| -
|
| void AddDeferredCode(LDeferredCode* code) { deferred_.Add(code, zone()); }
|
|
|
| // Emit frame translation commands for an environment.
|
|
|