Page MenuHomeFreeBSD

Get rid of unused variables.
ClosedPublic

Authored by delphij on Jul 18 2018, 3:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 3, 8:00 AM
Unknown Object (File)
Fri, Feb 27, 2:53 PM
Unknown Object (File)
Fri, Feb 27, 12:11 PM
Unknown Object (File)
Fri, Feb 27, 4:50 AM
Unknown Object (File)
Sun, Feb 8, 2:14 PM
Unknown Object (File)
Jan 31 2026, 3:34 PM
Unknown Object (File)
Dec 20 2025, 10:58 AM
Unknown Object (File)
Dec 10 2025, 1:38 AM
Subscribers

Details

Summary

Get rid of unused variables.

copied_key and copied_salt are assigned with NULL and never used
otherwise. Remove the two variables and related code.

Test Plan

Run built-in test cases found in the source

Diff Detail

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

Event Timeline

Why would I review your changes after your disrespectful personal attacks earlier?

This revision is now accepted and ready to land.Jul 18 2018, 3:51 AM
This revision was automatically updated to reflect the committed changes.