Page MenuHomeFreeBSD

libalias: Restructure - Remove temporary state deleteAllLinks from global struct
ClosedPublic

Authored by donner on Jun 1 2021, 6:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Oct 19, 8:29 AM
Unknown Object (File)
Oct 5 2024, 7:06 PM
Unknown Object (File)
Oct 5 2024, 2:57 PM
Unknown Object (File)
Oct 4 2024, 2:33 PM
Unknown Object (File)
Oct 4 2024, 2:01 AM
Unknown Object (File)
Oct 1 2024, 11:15 PM
Unknown Object (File)
Oct 1 2024, 9:01 PM
Unknown Object (File)
Sep 30 2024, 3:20 AM

Details

Summary

The entry deleteAllLinks in the struct libalias is only used to signal
a state between internal calls. It's not used between API calls.

Test Plan

Use testsuite.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

donner requested review of this revision.Jun 1 2021, 6:31 PM
  • Remove an unnecessary local var
This revision was not accepted when it landed; it landed in state Needs Review.Jun 19 2021, 7:58 PM
This revision was automatically updated to reflect the committed changes.