| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index c2780033178e482097f9ee67fb455e8ee5831e81..e40d5451faf672b2134f6be410c0e05b3c3bcaf2 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -366,9 +366,6 @@ class Object {
|
| private:
|
| static void InitializeObject(uword address, intptr_t id, intptr_t size);
|
|
|
| - static RawClass* CreateAndRegisterInterface(const char* cname,
|
| - const Script& script,
|
| - const Library& lib);
|
| static void RegisterClass(const Class& cls,
|
| const String& name,
|
| const Library& lib);
|
|
|