K 10 svn:author V 3 dim K 8 svn:date V 27 2022-07-29T17:09:52.989762Z K 7 svn:log V 539 Fix unused variable warning in if_re_netmap.h With clang 15, the following -Werror warning is produced: sys/dev/netmap/if_re_netmap.h:179:8: error: variable 'n' set but not used [-Werror,-Wunused-but-set-variable] u_int n; ^ The 'n' variable appears to have been a debugging aid that has never been used for anything, so remove it. MFC after: 3 days (cherry picked from commit 8bfedf5852bcb846bfdd2a54989d65cdbb16f7ef) Git Hash: f895c3b3874385f1302c727a9bb2fa1bc1f08b11 Git Author: dim@FreeBSD.org END