Browse Source

- removed explicit linking of ptest.o, as that happens already automatically
due to the "uses ptest" and breaks LTO (then both ptest.o and ptest.bc
get linked, resulting in duplicate symbols)

git-svn-id: trunk@42052 -

Jonas Maebe 6 years ago
parent
commit
0227c55b53
1 changed files with 0 additions and 13 deletions
  1. 0 13
      tests/test/cg/tcalpext.pp

+ 0 - 13
tests/test/cg/tcalpext.pp

@@ -27,18 +27,5 @@ uses
   ctypes
   ctypes
   ;
   ;
 
 
-
-{$ifdef USE_PASCAL_OBJECT}
-  {$ifdef win32}
-    {$ifdef ver1_0}
-      {$L ptest.ow}
-    {$else}
-      {$L ptest.o}
-    {$endif}
-  {$else}
-  {$L ptest.o}
-  {$endif not win32}
-{$endif USE_PASCAL_OBJECT}
-
 {$i tcalext.pp }
 {$i tcalext.pp }