Bläddra i källkod

- removed a writeln I recently committed by accident

git-svn-id: trunk@1188 -
florian 20 år sedan
förälder
incheckning
8e09d48591
1 ändrade filer med 0 tillägg och 1 borttagningar
  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;