From dc8124e1a177fb1d14f91f49fdf237fcb7647dab Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Tue, 2 Mar 2021 16:01:14 +1100 Subject: [PATCH] Fix compilation of the 'unsupported' platform (Process flags) --- unsupported/UnsupportedProcessList.c | 1 - 1 file changed, 1 deletion(-) diff --git a/unsupported/UnsupportedProcessList.c b/unsupported/UnsupportedProcessList.c index 8bc42962..010a83e9 100644 --- a/unsupported/UnsupportedProcessList.c +++ b/unsupported/UnsupportedProcessList.c @@ -56,7 +56,6 @@ void ProcessList_goThroughEntries(ProcessList* super, bool pauseProcessUpdate) { proc->tty_nr = 0; proc->tpgid = 0; proc->st_uid = 0; - proc->flags = 0; proc->processor = 0; proc->percent_cpu = 2.5;