| Index: vm/runtime_entry_test.cc
|
| ===================================================================
|
| --- vm/runtime_entry_test.cc (revision 6329)
|
| +++ vm/runtime_entry_test.cc (working copy)
|
| @@ -4,7 +4,6 @@
|
|
|
| #include "vm/runtime_entry.h"
|
|
|
| -#include "vm/code_index_table.h"
|
| #include "vm/object.h"
|
| #include "vm/verifier.h"
|
|
|
| @@ -25,9 +24,6 @@
|
| Library& lib = Library::Handle(Library::CoreLibrary());
|
| lib.AddClass(cls);
|
| function.SetCode(code);
|
| - CodeIndexTable* code_index_table = Isolate::Current()->code_index_table();
|
| - ASSERT(code_index_table != NULL);
|
| - code_index_table->AddCode(code);
|
| return function;
|
| }
|
|
|
|
|