Chromium Code Reviews| Index: runtime/vm/object.h |
| diff --git a/runtime/vm/object.h b/runtime/vm/object.h |
| index 4d938cee93ecd03927b9509860c2c0d008c8d38b..28f282ba95671a7750ff440e1e6fa035409c982a 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)); |
| } |