ProcessList: cleanup the tree set sorting remains

They're no longer needed as rebuilding the tree from scratch is just as
fast.
This commit is contained in:
Denis Lisov
2022-01-07 21:05:43 +03:00
committed by BenBE
parent fa3e0d06c2
commit 82d34deaf1
3 changed files with 4 additions and 181 deletions

View File

@ -48,8 +48,6 @@ typedef struct ProcessList_ {
Hashtable* processTable; /* fast known process lookup by PID */
UsersTable* usersTable;
Hashtable* displayTreeSet;
Hashtable* draftingTreeSet;
bool needsSort;
Hashtable* dynamicMeters; /* runtime-discovered meters */