| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 99ed9392460040404b1c0ed9e955a73e8f609b11..74aabaf670d12cda511975fbb54f0febec72e827 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -1955,7 +1955,6 @@ class Library : public Object {
|
| static void InitNativeWrappersLibrary(Isolate* isolate);
|
|
|
| static RawLibrary* CoreLibrary();
|
| - static RawLibrary* CoreImplLibrary();
|
| static RawLibrary* CollectionLibrary();
|
| static RawLibrary* MathLibrary();
|
| static RawLibrary* IsolateLibrary();
|
|
|