aboutsummaryrefslogtreecommitdiff
path: root/LOCKS
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-07-21 18:51:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2022-07-21 19:05:51 +0000
commitfa267a329ffa3d0e02c3c3a52dd5df5231d92cba (patch)
tree640135648870b8db4a1bd43c5e258316222d302a /LOCKS
parent38a9b8a00ce933e99b4a643cdcc3220be82e7d62 (diff)
downloadsrc-fa267a329ffa3d0e02c3c3a52dd5df5231d92cba.tar.gz
src-fa267a329ffa3d0e02c3c3a52dd5df5231d92cba.zip
Fix unused variable warning in if_lagg.c
With clang 15, the following -Werror warning is produced: sys/net/if_lagg.c:2413:6: error: variable 'active_ports' set but not used [-Werror,-Wunused-but-set-variable] int active_ports = 0; ^ The 'active_ports' variable appears to have been a debugging aid that has never been used for anything (ref https://reviews.freebsd.org/D549), so remove it. MFC after: 3 days
Diffstat (limited to 'LOCKS')
0 files changed, 0 insertions, 0 deletions