Browse Source

- removed a writeln I recently committed by accident

git-svn-id: trunk@1188 -
florian 20 years ago
parent
commit
8e09d48591
1 changed files with 0 additions and 1 deletions
  1. 0 1
      rtl/inc/elfres32.inc

+ 0 - 1
rtl/inc/elfres32.inc

@@ -88,7 +88,6 @@ begin
       FPCRuntimeResourceInfoArray[i].restype:=CurrentResource^.restype;
       FPCRuntimeResourceInfoArray[i].ptr:=pointer(CurrentResource^.ptr)+PtrInt(FPCResourceSectionLocation^.resdata.ptr);
       FPCRuntimeResourceInfoArray[i].name:=pchar(CurrentResource^.name)+PtrInt(FPCResourceSectionLocation^.ressym.ptr);
-      writeln(FPCRuntimeResourceInfoArray[i].name);
       FPCRuntimeResourceInfoArray[i].size:=CurrentResource^.size;
       end;
     end;