소스 검색

Fixed deadly diagnostic.

Mark Sibly 9 년 전
부모
커밋
8df39db2b8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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