- remove nounsupported ifdefs for formaldef handling

git-svn-id: branches/jvmbackend@18682 -
This commit is contained in:
Jonas Maebe 2011-08-20 08:24:12 +00:00
parent cef61300ff
commit e61bc16799

View File

@ -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