Browse Source

- remove nounsupported ifdefs for formaldef handling

git-svn-id: branches/jvmbackend@18682 -
Jonas Maebe 14 years ago
parent
commit
e61bc16799
1 changed files with 0 additions and 4 deletions
  1. 0 4
      compiler/jvmdef.pas

+ 0 - 4
compiler/jvmdef.pas

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