systat: Eliminate write-only unit variable
Sponsored by: Netflix
This commit is contained in:
parent
d167318506
commit
5e8e302087
@ -76,10 +76,9 @@ sysputXs(WINDOW *wd __unused, int row, int lcol, int width)
|
||||
void
|
||||
sysputuint64(WINDOW *wd, int row, int lcol, int width, uint64_t val, int flags)
|
||||
{
|
||||
char unit, *start, wrtbuf[width + width + 1];
|
||||
char *start, wrtbuf[width + width + 1];
|
||||
int len;
|
||||
|
||||
unit = 0;
|
||||
start = wrtbuf;
|
||||
flags |= HN_NOSPACE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user