mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-03 06:45:59 +02:00
Deprecated DeleteAndClearItems
This commit is contained in:
parent
bd57172996
commit
1be37e6f24
8 changed files with 17 additions and 7 deletions
|
@ -924,7 +924,7 @@ namespace IDE
|
|||
{
|
||||
HashSet<String> usedCommands = scope .();
|
||||
List<String> allocatedStrs = scope .();
|
||||
defer { DeleteAndClearItems!(allocatedStrs); }
|
||||
defer { ClearAndDeleteItems(allocatedStrs); }
|
||||
|
||||
List<Entry> newEntries = new .();
|
||||
for (let cmdStr in sd.Enumerate())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue