Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: vm/dart.cc

Issue 10082017: Remove code index table. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: vm/dart.cc
===================================================================
--- vm/dart.cc (revision 6535)
+++ vm/dart.cc (working copy)
@@ -4,7 +4,6 @@
#include "vm/dart.h"
-#include "vm/code_index_table.h"
#include "vm/dart_api_state.h"
#include "vm/flags.h"
#include "vm/freelist.h"
@@ -94,7 +93,6 @@
}
StubCode::Init(isolate);
- CodeIndexTable::Init(isolate);
isolate->set_init_callback_data(data);
return Error::null();
}

Powered by Google App Engine
This is Rietveld 408576698