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)
Wed, Apr 24, 1:23 AM
Unknown Object (File)
Sun, Apr 21, 12:47 AM
Unknown Object (File)
Thu, Apr 18, 6:39 AM
Unknown Object (File)
Mar 10 2024, 12:41 PM
Unknown Object (File)
Feb 2 2024, 8:33 AM
Unknown Object (File)
Jan 23 2024, 3:08 AM
Unknown Object (File)
Jan 18 2024, 10:40 AM
Unknown Object (File)
Jan 10 2024, 3:42 AM
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.