| Index: src/jump-target-heavy.h
|
| ===================================================================
|
| --- src/jump-target-heavy.h (revision 7267)
|
| +++ src/jump-target-heavy.h (working copy)
|
| @@ -135,10 +135,6 @@
|
| // after the call is the same as the frame before the call.
|
| void Call();
|
|
|
| - static void set_compiling_deferred_code(bool flag) {
|
| - compiling_deferred_code_ = flag;
|
| - }
|
| -
|
| protected:
|
| // Directionality flag set at initialization time.
|
| Directionality direction_;
|
| @@ -164,8 +160,6 @@
|
| void DoBind();
|
|
|
| private:
|
| - static bool compiling_deferred_code_;
|
| -
|
| // Add a virtual frame reaching this labeled block via a forward jump,
|
| // and a corresponding merge code label.
|
| void AddReachingFrame(VirtualFrame* frame);
|
|
|