From d5de1bc23d693df76444f1454a783e80cda89a88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Wed, 27 Jan 2021 15:11:44 +0100 Subject: Overhaul sorting of state process column Do not sort by ascii value of the state identifier, sort by relevance --- Process.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'Process.h') diff --git a/Process.h b/Process.h index d6d323ce..77f29d03 100644 --- a/Process.h +++ b/Process.h @@ -241,9 +241,6 @@ static inline bool Process_isChildOf(const Process* this, pid_t pid) { return pid == Process_getParentPid(this); } -#define Process_sortState(state) ((state) == 'I' ? 0x100 : (state)) - - #define ONE_K 1024UL #define ONE_M (ONE_K * ONE_K) #define ONE_G (ONE_M * ONE_K) -- cgit v1.2.3