| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index 1a2e1d20b5957ae7c775ace520d48a6b86895c94..4f548314e4f63aa989069b84b8000a541d568b52 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2544,7 +2544,6 @@ class Library : public Object {
|
| static RawLibrary* MirrorsLibrary();
|
| static RawLibrary* NativeWrappersLibrary();
|
| static RawLibrary* TypedDataLibrary();
|
| - static RawLibrary* UtfLibrary();
|
|
|
| // Eagerly compile all classes and functions in the library.
|
| static RawError* CompileAll();
|
|
|