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)
Thu, Aug 13, 8:44 PM
Unknown Object (File)
Thu, Aug 13, 4:12 AM
Unknown Object (File)
Wed, Aug 12, 3:05 PM
Unknown Object (File)
Sat, Aug 8, 4:51 PM
Unknown Object (File)
Fri, Aug 7, 2:49 AM
Unknown Object (File)
Wed, Aug 5, 7:19 PM
Unknown Object (File)
Sun, Aug 2, 12:20 PM
Unknown Object (File)
Tue, Jul 21, 7:59 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 Passed
Unit
No Test Coverage
Build Status
Buildable 15713
Build 15739: arc lint + arc unit

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.