diff options
author | Luca Deri <deri@ntop.org> | 2019-10-26 08:28:14 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2019-10-26 08:28:14 +0200 |
commit | 8f2c7c0638c2d41a14b32a0dd4fedbb4eb75dc90 (patch) | |
tree | 7b78e806d1d84663b55fdc79a0887c1143851304 /example/reader_util.c | |
parent | 044ba7697a1c4c022adc1776335ceaeaac8dcc89 (diff) |
Code cleanup
Diffstat (limited to 'example/reader_util.c')
-rw-r--r-- | example/reader_util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/example/reader_util.c b/example/reader_util.c index 6834dde8d..b676fd426 100644 --- a/example/reader_util.c +++ b/example/reader_util.c @@ -123,7 +123,6 @@ void ndpi_analyze_payload(struct ndpi_flow_info *flow, u_int16_t payload_len, u_int32_t packet_id) { struct payload_stats *ret; - u_int i; struct flow_id_stats *f; struct packet_id_stats *p; |