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
Unknown Object (File)
Mon, Jul 13, 3:07 AM
Unknown Object (File)
Wed, Jul 1, 1:57 PM
Unknown Object (File)
Wed, Jul 1, 8:00 AM
Unknown Object (File)
Fri, Jun 26, 9:50 AM
Unknown Object (File)
Fri, Jun 26, 7:17 AM
Unknown Object (File)
Thu, Jun 25, 12:17 PM
Unknown Object (File)
Jun 4 2026, 9:39 AM
Unknown Object (File)
Jun 3 2026, 8:03 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.