mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Fix compilation of the 'unsupported' platform (Process flags)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user