summaryrefslogtreecommitdiffstats
path: root/Process.h
diff options
context:
space:
mode:
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 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)