From: Jean Privat Date: Fri, 25 Mar 2011 01:41:53 +0000 (-0400) Subject: syntax: remove AbsSyntaxVisitor::type_collection X-Git-Tag: v0.5~47^2 X-Git-Url: http://nitlanguage.org syntax: remove AbsSyntaxVisitor::type_collection With the new for, Collection is no more a primitive class. Signed-off-by: Jean Privat --- diff --git a/src/syntax/syntax_base.nit b/src/syntax/syntax_base.nit index 6b9bdc0..6d9bf07 100644 --- a/src/syntax/syntax_base.nit +++ b/src/syntax/syntax_base.nit @@ -338,12 +338,6 @@ class AbsSyntaxVisitor return get_type_by_name(once ("String".to_symbol)) end - # The primitive type Collection[nullable Object] - fun type_collection: MMType - do - return get_instantiated_type_by_name(once ("Collection".to_symbol), [type_object.as_nullable]) - end - # The primitive type NativeString fun type_nativestring: MMType do