Page MenuHomeFreeBSD

Static analysis: Remove unused variables in IPv6 code
ClosedPublic

Authored by jtl on May 26 2017, 4:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 11, 11:32 AM
Unknown Object (File)
Sat, Mar 8, 5:35 AM
Unknown Object (File)
Mar 6 2025, 11:54 AM
Unknown Object (File)
Feb 28 2025, 7:42 PM
Unknown Object (File)
Feb 23 2025, 7:20 AM
Unknown Object (File)
Feb 17 2025, 2:43 AM
Unknown Object (File)
Jan 29 2025, 11:18 PM
Unknown Object (File)
Jan 26 2025, 11:13 PM
Subscribers

Details

Summary

I ran clang's static analyzer over the kernel sources. It identified a number of places where variables are set, but not used. This change cleans up a number of these places.

Sponsored by: Netflix
MFC after: 2 weeks

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Most of these changes have been committed by now. Updating diff with a few remaining bits.

Starting the (approx.) 48-hour countdown timer until commit.

bz added a subscriber: bz.

Seems good to me.

This revision is now accepted and ready to land.Mar 22 2018, 2:14 PM
This revision was automatically updated to reflect the committed changes.