summaryrefslogtreecommitdiffstats
path: root/Process.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 /Process.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 'Process.h')
-rw-r--r--Process.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Process.h b/Process.h
index c2eb84be..70892e57 100644
--- a/Process.h
+++ b/Process.h
@@ -250,10 +250,7 @@ typedef struct Process_ {
* Internal state for tree-mode.
*/
int indent;
- unsigned int tree_left;
- unsigned int tree_right;
unsigned int tree_depth;
- unsigned int tree_index;
/* Has no known parent process */
bool isRoot;

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