| Index: src/codegen-ia32.h
|
| ===================================================================
|
| --- src/codegen-ia32.h (revision 1481)
|
| +++ src/codegen-ia32.h (working copy)
|
| @@ -501,7 +501,6 @@
|
| void CallWithArguments(ZoneList<Expression*>* arguments, int position);
|
|
|
| void CheckStack();
|
| - void CleanStack(int num_bytes);
|
|
|
| bool CheckForInlineRuntimeCall(CallRuntime* node);
|
| Handle<JSFunction> BuildBoilerplate(FunctionLiteral* node);
|
| @@ -617,7 +616,6 @@
|
| VirtualFrame* frame_;
|
| RegisterAllocator* allocator_;
|
| CodeGenState* state_;
|
| - int break_stack_height_;
|
| int loop_nesting_;
|
|
|
| // Jump targets.
|
|
|