| Index: runtime/vm/bootstrap_nocorelib.cc
|
| ===================================================================
|
| --- runtime/vm/bootstrap_nocorelib.cc (revision 22520)
|
| +++ runtime/vm/bootstrap_nocorelib.cc (working copy)
|
| @@ -6,15 +6,11 @@
|
|
|
| #include "include/dart_api.h"
|
|
|
| -#include "vm/dart_api_impl.h"
|
| #include "vm/object.h"
|
| -#include "vm/object_store.h"
|
|
|
| namespace dart {
|
|
|
| -DEFINE_FLAG(bool, print_bootstrap, false, "Print the bootstrap source.");
|
|
|
| -
|
| RawError* Bootstrap::LoadandCompileScripts() {
|
| UNREACHABLE();
|
| return Error::null();
|
|
|