| Index: src/code-stubs.cc
|
| ===================================================================
|
| --- src/code-stubs.cc (revision 3824)
|
| +++ src/code-stubs.cc (working copy)
|
| @@ -60,9 +60,6 @@
|
| void CodeStub::RecordCodeGeneration(Code* code, MacroAssembler* masm) {
|
| code->set_major_key(MajorKey());
|
|
|
| - // Add unresolved entries in the code to the fixup list.
|
| - Bootstrapper::AddFixup(code, masm);
|
| -
|
| LOG(CodeCreateEvent(Logger::STUB_TAG, code, GetName()));
|
| Counters::total_stubs_code_size.Increment(code->instruction_size());
|
|
|
|
|