| Index: runtime/vm/object.h
|
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h
|
| index b29be3114e4b9702b69ed556f58801d2f172403c..7eee7301144974673bc71d31f26f867436d89c7b 100644
|
| --- a/runtime/vm/object.h
|
| +++ b/runtime/vm/object.h
|
| @@ -2519,8 +2519,6 @@ class Script : public Object {
|
| intptr_t* first_token_index,
|
| intptr_t* last_token_index) const;
|
|
|
| - RawLibrary* FindLibrary() const;
|
| -
|
| static intptr_t InstanceSize() {
|
| return RoundedAllocationSize(sizeof(RawScript));
|
| }
|
| @@ -2529,8 +2527,6 @@ class Script : public Object {
|
| const String& source,
|
| RawScript::Kind kind);
|
|
|
| - static RawScript* FindByUrl(const String& url);
|
| -
|
| private:
|
| void set_url(const String& value) const;
|
| void set_source(const String& value) const;
|
|
|