| Index: src/ia32/full-codegen-ia32.cc
|
| diff --git a/src/ia32/full-codegen-ia32.cc b/src/ia32/full-codegen-ia32.cc
|
| index 62a2c2af3309437ec699a4878614a40d704daafe..376671d3e46bfc1a6d0ca1bc65546f4e4356d683 100644
|
| --- a/src/ia32/full-codegen-ia32.cc
|
| +++ b/src/ia32/full-codegen-ia32.cc
|
| @@ -101,13 +101,6 @@ class JumpPatchSite BASE_EMBEDDED {
|
| };
|
|
|
|
|
| -// TODO(jkummerow): Obsolete as soon as x64 is updated. Remove.
|
| -int FullCodeGenerator::self_optimization_header_size() {
|
| - UNREACHABLE();
|
| - return 13;
|
| -}
|
| -
|
| -
|
| // Generate code for a JS function. On entry to the function the receiver
|
| // and arguments have been pushed on the stack left to right, with the
|
| // return address on top of them. The actual argument count matches the
|
|
|