Browse Source

Fixed deadly diagnostic.

Mark Sibly 9 years ago
parent
commit
8df39db2b8
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/mx2cc/overload.monkey2

+ 0 - 2
src/mx2cc/overload.monkey2

@@ -164,8 +164,6 @@ Public
 
 Function FindOverload:FuncValue( funcs:Stack<FuncValue>,ret:Type,args:Type[] )
 
-	If (ret And ret.IsGeneric) Or AnyTypeGeneric( args ) Print "FindOverload - generic types"
-
 	Local candidates:=New Stack<FuncValue>
 	
 	For Local func:=Eachin funcs