Fix compilation of the 'unsupported' platform (Process flags)

This commit is contained in:
Nathan Scott 2021-03-02 16:01:14 +11:00
parent 29570c0133
commit dc8124e1a1
1 changed files with 0 additions and 1 deletions

View File

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