소스 검색

- remove nounsupported ifdefs for formaldef handling

git-svn-id: branches/jvmbackend@18682 -
Jonas Maebe 14 년 전
부모
커밋
e61bc16799
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      compiler/jvmdef.pas

+ 0 - 4
compiler/jvmdef.pas

@@ -312,12 +312,8 @@ implementation
             end;
           formaldef :
             begin
-{$ifndef nounsupported}
               { var/const/out x: JLObject }
               result:=jvmaddencodedtype(java_jlobject,false,encodedstr,forcesignature,founderror);
-{$else}
-              result:=false;
-{$endif}
             end;
           arraydef :
             begin