| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index fd6909ec4dd05858ef8b8d37e4748d3bc5e5c3e2..411c7fabafb91c2b9596d8989d6d62e1c721e025 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -6682,11 +6682,6 @@ RawLibrary* Library::CollectionDevLibrary() {
|
| }
|
|
|
|
|
| -RawLibrary* Library::CryptoLibrary() {
|
| - return Isolate::Current()->object_store()->crypto_library();
|
| -}
|
| -
|
| -
|
| RawLibrary* Library::IsolateLibrary() {
|
| return Isolate::Current()->object_store()->isolate_library();
|
| }
|
|
|