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)
Aug 31 2025, 4:50 PM
Unknown Object (File)
Aug 11 2025, 3:57 AM
Unknown Object (File)
Jul 19 2025, 9:32 PM
Unknown Object (File)
Jul 4 2025, 1:13 AM
Unknown Object (File)
Jul 2 2025, 2:03 AM
Unknown Object (File)
Jun 27 2025, 8:58 PM
Unknown Object (File)
Jun 27 2025, 4:54 PM
Unknown Object (File)
Jun 27 2025, 3:32 PM
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.