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)
Wed, Jul 29, 8:23 PM
Unknown Object (File)
Mon, Jul 27, 10:13 AM
Unknown Object (File)
Sat, Jul 25, 10:28 PM
Unknown Object (File)
Wed, Jul 22, 1:26 PM
Unknown Object (File)
May 11 2026, 7:50 AM
Unknown Object (File)
May 11 2026, 6:56 AM
Unknown Object (File)
May 10 2026, 10:20 AM
Unknown Object (File)
May 6 2026, 2:36 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.