mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
systat: Eliminate write-only unit variable
Sponsored by: Netflix
This commit is contained in:
parent
d167318506
commit
5e8e302087
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Reference in a new issue