Преглед на файлове

* 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 години
родител
ревизия
7eef5e1c74
променени са 1 файла, в които са добавени 0 реда и са изтрити 2 реда
  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;