| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index e85bfdae35f1b7be0ec459047a763d75e27fe51b..cdece532e8069a4079af79a9a906aa6d3fe2f1db 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -3052,7 +3052,6 @@ class Library : public Object {
|
| static RawLibrary* MathLibrary();
|
| static RawLibrary* MirrorsLibrary();
|
| static RawLibrary* NativeWrappersLibrary();
|
| - static RawLibrary* ProfilerLibrary();
|
| static RawLibrary* TypedDataLibrary();
|
|
|
| // Eagerly compile all classes and functions in the library.
|
|
|