Skip to content

Commit

Permalink
Remove unused variable (netdata#17846)
Browse files Browse the repository at this point in the history
  • Loading branch information
stelfrag authored Jun 7, 2024
1 parent 46bc243 commit f8e0975
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/collectors/proc.plugin/proc_net_stat_synproxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ int do_proc_net_stat_synproxy(int update_every, usec_t dt) {
conn_reopened += strtoull(procfile_lineword(ff, l, 5), NULL, 16);
}

unsigned long long events = syn_received + cookie_invalid + cookie_valid + cookie_retrans + conn_reopened;

// --------------------------------------------------------------------

if (do_syns == CONFIG_BOOLEAN_YES || do_syns == CONFIG_BOOLEAN_AUTO) {
Expand Down

0 comments on commit f8e0975

Please sign in to comment.