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
F168853606: D55842.id174208.diff
Sun, Aug 30, 11:22 AM
F168802903: D55842.diff
Sun, Aug 30, 5:55 AM
Unknown Object (File)
Sat, Aug 29, 1:41 AM
Unknown Object (File)
Thu, Aug 27, 10:44 AM
Unknown Object (File)
Thu, Aug 27, 1:55 AM
Unknown Object (File)
Tue, Aug 25, 8:47 AM
Unknown Object (File)
Tue, Aug 25, 6:18 AM
Unknown Object (File)
Tue, Aug 25, 2:22 AM
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.