summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
authorDenis Lisov <dennis.lissov@gmail.com>2022-01-07 21:05:43 +0300
committerBenBE <BenBE@geshi.org>2022-02-13 19:50:16 +0100
commit82d34deaf14e8f44ba6623bc5ca5cc41a7d9012b (patch)
tree5ac26029bf9713d85a27932df9f19e30f49d8e60 /ProcessList.h
parentfa3e0d06c2ab48c91b1a1e3c5991fefabee870ea (diff)
ProcessList: cleanup the tree set sorting remains
They're no longer needed as rebuilding the tree from scratch is just as fast.
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ProcessList.h b/ProcessList.h
index e438421f..96924947 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -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 */

© 2014-2024 Faster IT GmbH | imprint | privacy policy