Bladeren bron

* don't mark compiler-generated routines as "synthetic", because that
makes them uncallable from actual Java code (javac hides them), which
is not the idea (otherwise you can't e.g. create record types in Java)

git-svn-id: branches/jvmbackend@18459 -

Jonas Maebe 14 jaren geleden
bovenliggende
commit
7eef5e1c74
1 gewijzigde bestanden met toevoegingen van 0 en 2 verwijderingen
  1. 0 2
      compiler/agjasmin.pas

+ 0 - 2
compiler/agjasmin.pas

@@ -711,8 +711,6 @@ implementation
            (not(po_virtualmethod in pd.procoptions) and
             not(pd.proctypeoption in [potype_constructor,potype_class_constructor])) then
           result:=result+'final ';
-        if (pd.synthetickind<>tsk_none) then
-          result:=result+'synthetic ';
         result:=result+pd.jvmmangledbasename;
       end;