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
Differential D10940
Static analysis: Remove unused variables in IPv6 code jtl on May 26 2017, 4:43 PM. Authored by Tags None Referenced Files
Details
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
Diff Detail
Event TimelineComment Actions Most of these changes have been committed by now. Updating diff with a few remaining bits. |