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

@ -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;