| Index: runtime/vm/bootstrap.cc
|
| ===================================================================
|
| --- runtime/vm/bootstrap.cc (revision 20600)
|
| +++ runtime/vm/bootstrap.cc (working copy)
|
| @@ -91,13 +91,6 @@
|
| }
|
|
|
|
|
| -RawScript* Bootstrap::LoadScalarlistScript(bool patch) {
|
| - const char* url = patch ? "dart:scalarlist_patch" : "dart:scalarlist";
|
| - const char* source = patch ? scalarlist_patch_ : scalarlist_source_;
|
| - return LoadScript(url, source, patch);
|
| -}
|
| -
|
| -
|
| RawScript* Bootstrap::LoadTypedDataScript(bool patch) {
|
| const char* url = patch ? "dart:typeddata_patch" : "dart:typeddata";
|
| const char* source = patch ? typeddata_patch_ : typeddata_source_;
|
|
|