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)
Fri, Apr 17, 3:22 AM
Unknown Object (File)
Sun, Apr 12, 11:00 PM
Unknown Object (File)
Sun, Apr 12, 9:57 PM
Unknown Object (File)
Sun, Apr 12, 12:58 AM
Unknown Object (File)
Sat, Apr 11, 1:14 PM
Unknown Object (File)
Sat, Apr 11, 10:41 AM
Unknown Object (File)
Sat, Apr 11, 8:30 AM
Unknown Object (File)
Mon, Apr 6, 4:46 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.