Skip to content

Commit

Permalink
Fix compilation of the 'unsupported' platform (Process flags)
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Mar 2, 2021
1 parent 29570c0 commit dc8124e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unsupported/UnsupportedProcessList.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dc8124e

Please sign in to comment.