mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 11:49:23 +02:00
* removed unnecessary and potentially wrong typecast
git-svn-id: trunk@30946 -
This commit is contained in:
parent
48ffe7b033
commit
033c28e5ac
@ -322,7 +322,7 @@ implementation
|
||||
end;
|
||||
end;
|
||||
else
|
||||
insert_tai_typeconversions(tai_const(tai_simpletypedconst(p).val));
|
||||
insert_tai_typeconversions(tai_simpletypedconst(p).val);
|
||||
end;
|
||||
end;
|
||||
tck_array,
|
||||
|
Loading…
Reference in New Issue
Block a user