Remove useless comparison
parent
c1c8080143
commit
625cc9d096
|
@ -636,9 +636,6 @@ private:
|
|||
for (s32 i=0; i<amount; ++i)
|
||||
array[i] = old_array[i];
|
||||
|
||||
if (allocated < used)
|
||||
used = allocated;
|
||||
|
||||
delete [] old_array;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue