mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 05:49:23 +02:00
- removed accidently added debug statement
git-svn-id: trunk@34907 -
This commit is contained in:
parent
a4f361ad50
commit
78e945d471
@ -1583,7 +1583,6 @@ const pemagic : array[0..3] of byte = (
|
|||||||
result:=nil;
|
result:=nil;
|
||||||
if (secidx<1) or (secidx>FSecCount) then
|
if (secidx<1) or (secidx>FSecCount) then
|
||||||
begin
|
begin
|
||||||
writeln(secidx,' ',FSecCount);
|
|
||||||
InputError('Failed reading coff file, invalid section index');
|
InputError('Failed reading coff file, invalid section index');
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user