mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 16:40:28 +02:00
Partial revert "Immediately set the capacity"
(capacity assignments of type TFPHashObjectList)
This commit is contained in:
parent
d0dd4697fa
commit
b64701da1b
@ -2963,7 +2963,6 @@ uses
|
||||
|
||||
{ add those defs back to the pending list for which we don't yet have
|
||||
all method bodies }
|
||||
current_module.pendingspecializations.capacity:=current_module.pendingspecializations.count+readdlist.count;
|
||||
for i:=0 to readdlist.count-1 do
|
||||
current_module.pendingspecializations.add(tstoreddef(readdlist[i]).typename,readdlist[i]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user