| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 37c1274faa2542afa85138256b3deb1961f9689c..6977edee2325692458d62ea1e33f66464b00ea20 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -7893,11 +7893,6 @@ RawLibrary* Library::IsolateLibrary() {
|
| }
|
|
|
|
|
| -RawLibrary* Library::JsonLibrary() {
|
| - return Isolate::Current()->object_store()->json_library();
|
| -}
|
| -
|
| -
|
| RawLibrary* Library::MathLibrary() {
|
| return Isolate::Current()->object_store()->math_library();
|
| }
|
|
|