mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 21:04:56 +00:00
remove if() which is always true
This commit is contained in:
parent
66bbfbd581
commit
1ebd0a6d91
@ -382,7 +382,6 @@ procps_status_t *procps_scan(procps_status_t* sp, int flags)
|
|||||||
n = read_to_buf(filename, buf);
|
n = read_to_buf(filename, buf);
|
||||||
if (n <= 0)
|
if (n <= 0)
|
||||||
break;
|
break;
|
||||||
if (flags & PSSCAN_ARGV0)
|
|
||||||
sp->argv0 = xstrdup(buf);
|
sp->argv0 = xstrdup(buf);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user