mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 10:49:29 +02:00
Remove overflow check that cannot happen because of types
git-svn-id: trunk@38496 -
This commit is contained in:
parent
ba000bec89
commit
65ba2733e3
@ -1510,8 +1510,6 @@ var
|
||||
|
||||
begin
|
||||
{$IFDEF extdebug}
|
||||
if len > high(aint) then
|
||||
internalerror(2002072704);
|
||||
list.concat(tai_comment.create(strpnew('g_concatcopy1 ' + inttostr(len) + ' bytes left ')));
|
||||
{$ENDIF extdebug}
|
||||
{ if the references are equal, exit, there is no need to copy anything }
|
||||
|
Loading…
Reference in New Issue
Block a user