diff options
Diffstat (limited to 'device/net_io.c')
-rw-r--r-- | device/net_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device/net_io.c b/device/net_io.c index 798ac7c2..e0eb334e 100644 --- a/device/net_io.c +++ b/device/net_io.c @@ -1332,7 +1332,6 @@ net_set_filter(ifp, rcv_port, priority, filter, filter_count) if (match != 0) { /* Insert to hash list */ net_hash_entry_t *p; - int j; hash_entp->rcv_port = rcv_port; for (i = 0; i < match->jt; i++) /* match->jt is n_keys */ |