mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 10:49:09 +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;
|
||||||
end;
|
end;
|
||||||
else
|
else
|
||||||
insert_tai_typeconversions(tai_const(tai_simpletypedconst(p).val));
|
insert_tai_typeconversions(tai_simpletypedconst(p).val);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
tck_array,
|
tck_array,
|
||||||
|
Loading…
Reference in New Issue
Block a user