Fix set-never-used warning in ifstat
This commit is contained in:
parent
2dd9f8e073
commit
dc484542a9
|
|
@ -376,8 +376,7 @@ void print_one_if(FILE *fp, struct ifstat_ent *n, unsigned long long *vals)
|
||||||
|
|
||||||
void dump_kern_db(FILE *fp)
|
void dump_kern_db(FILE *fp)
|
||||||
{
|
{
|
||||||
struct ifstat_ent *n, *h;
|
struct ifstat_ent *n;
|
||||||
h = hist_db;
|
|
||||||
|
|
||||||
print_head(fp);
|
print_head(fp);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue