Index: runtime/vm/object.h |
=================================================================== |
--- runtime/vm/object.h (revision 24832) |
+++ runtime/vm/object.h (working copy) |
@@ -688,8 +688,7 @@ |
// Return a TypeParameter if the type_name is a type parameter of this class. |
// Return null otherwise. |
- RawTypeParameter* LookupTypeParameter(const String& type_name, |
- intptr_t token_pos) const; |
+ RawTypeParameter* LookupTypeParameter(const String& type_name) const; |
// The type argument vector is flattened and includes the type arguments of |
// the super class. |