| Index: src/ia32/lithium-codegen-ia32.h
|
| diff --git a/src/ia32/lithium-codegen-ia32.h b/src/ia32/lithium-codegen-ia32.h
|
| index 6b2d5f37621607a6b15e8134b3ca4fab7c3141f0..f4542eecddb4511f032125605c8d572281a1450d 100644
|
| --- a/src/ia32/lithium-codegen-ia32.h
|
| +++ b/src/ia32/lithium-codegen-ia32.h
|
| @@ -174,8 +174,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()); }
|
|
|
| void SaveCallerDoubles();
|
|
|