Page MenuHomeFreeBSD

libc/db: Remove unused hash functions in hash_func.c
ClosedPublic

Authored by bnovkov on Mar 13 2026, 11:10 AM.
Tags
None
Referenced Files
F164830537: D55842.id174208.diff
Tue, Aug 4, 6:07 AM
F164797757: D55842.id173644.diff
Tue, Aug 4, 2:36 AM
Unknown Object (File)
Mon, Aug 3, 5:01 AM
Unknown Object (File)
Mon, Aug 3, 2:16 AM
Unknown Object (File)
Thu, Jul 30, 9:06 AM
Unknown Object (File)
Thu, Jul 30, 5:26 AM
Unknown Object (File)
Mon, Jul 27, 1:18 PM
Unknown Object (File)
Mon, Jul 20, 1:31 PM
Subscribers

Details

Summary

Prune unused code hidden behind 'notdef', bringing us in sync with
the changes in OpenBSD.

Sponsored by: Klara, Inc.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Mar 16 2026, 12:54 PM
des added a subscriber: des.

Note that this does not change the ABI because although __default_hash has external linkage and went from being a pointer to a function to being an actual function, it was never exported. You may want to mention that in the commit message.