mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 19:09:23 +02:00
- removed superfluous check that could use uninitialized location
git-svn-id: branches/jvmbackend@18577 -
This commit is contained in:
parent
8ec21eb426
commit
225e866800
@ -2339,8 +2339,6 @@ implementation
|
||||
{ open arrays do not contain correct element count in their rtti,
|
||||
the actual count must be passed separately. }
|
||||
eldef:=tarraydef(tparavarsym(p).vardef).elementdef;
|
||||
if not assigned(hsym) then
|
||||
internalerror(201003031);
|
||||
g_array_rtti_helper(list,eldef,href,highloc,'FPC_ADDREF_ARRAY');
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user