Index: runtime/vm/parser.h |
=================================================================== |
--- runtime/vm/parser.h (revision 45377) |
+++ runtime/vm/parser.h (working copy) |
@@ -734,11 +734,6 @@ |
const LibraryPrefix& prefix, |
const String& ident); |
- // Find class with the given name in the library or prefix scope. |
- RawClass* ResolveClassInCurrentLibraryScope(const String& name); |
- RawClass* ResolveClassInPrefixScope(const LibraryPrefix& prefix, |
- const String& name); |
- |
AstNode* ResolveIdent(intptr_t ident_pos, |
const String& ident, |
bool allow_closure_names); |