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)
Sun, Jan 5, 11:36 PM
Unknown Object (File)
Sat, Dec 21, 10:34 AM
Unknown Object (File)
Fri, Dec 20, 11:47 AM
Unknown Object (File)
Fri, Dec 20, 10:37 AM
Unknown Object (File)
Nov 11 2024, 6:52 AM
Unknown Object (File)
Oct 23 2024, 3:33 AM
Unknown Object (File)
Sep 23 2024, 11:15 AM
Unknown Object (File)
Sep 16 2024, 11:16 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.