mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-19 12:36:37 +03:00
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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user