Commit dc484542 authored by Stephen Hemminger's avatar Stephen Hemminger

Fix set-never-used warning in ifstat

parent 2dd9f8e0
......@@ -376,8 +376,7 @@ void print_one_if(FILE *fp, struct ifstat_ent *n, unsigned long long *vals)
void dump_kern_db(FILE *fp)
{
struct ifstat_ent *n, *h;
h = hist_db;
struct ifstat_ent *n;
print_head(fp);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment