mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-02-01 16:24:22 +00:00
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)
|
||||
{
|
||||
struct ifstat_ent *n, *h;
|
||||
h = hist_db;
|
||||
struct ifstat_ent *n;
|
||||
|
||||
print_head(fp);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user