Просмотр исходного кода

* po_has_mangledname is set anyway at the end of tprocdef.setmangledname(), so don't set it twice unnecessarily for the JVM target

Sven/Sarah Barth 2 недель назад
Родитель
Сommit
229e50cf05
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      compiler/symdef.pas

+ 0 - 1
compiler/symdef.pas

@@ -7631,7 +7631,6 @@ implementation
           -> set that one }
         import_name:=stringdup(s);
         include(procoptions,po_has_importname);
-        include(procoptions,po_has_mangledname);
 {$else}
   {$ifdef symansistr}
         _mangledname:=s;