mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 19:29:09 +02:00
* fix warning
This commit is contained in:
parent
4b2a924ea0
commit
aac37e3179
@ -2866,11 +2866,6 @@ implementation
|
|||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
else
|
|
||||||
begin
|
|
||||||
InputError('Unsupported symbol kind: ' + tostr(Ord(SymKind)));
|
|
||||||
exit;
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
if AReader.Pos<>(SectionStart+SectionSize) then
|
if AReader.Pos<>(SectionStart+SectionSize) then
|
||||||
|
Loading…
Reference in New Issue
Block a user