| Index: runtime/vm/parser.h
|
| ===================================================================
|
| --- runtime/vm/parser.h (revision 4232)
|
| +++ runtime/vm/parser.h (working copy)
|
| @@ -377,9 +377,6 @@
|
| const String& field_name,
|
| intptr_t ident_pos);
|
|
|
| - RawClass* LookupClass(const String& class_name);
|
| - RawObject* LookupTypeClass(const QualIdent& type_name,
|
| - TypeResolution type_resolution);
|
| LocalVariable* LookupLocalScope(const String& ident);
|
| void CheckInstanceFieldAccess(intptr_t field_pos, const String& field_name);
|
| RawClass* TypeParametersScopeClass();
|
|
|