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
F167902919: D55842.id173644.diff
Tue, Aug 25, 8:47 AM
F167885803: D55842.id174208.diff
Tue, Aug 25, 6:18 AM
F167864292: D55842.diff
Tue, Aug 25, 2:22 AM
Unknown Object (File)
Wed, Aug 19, 1:04 AM
Unknown Object (File)
Mon, Aug 17, 11:17 PM
Unknown Object (File)
Mon, Aug 17, 5:37 AM
Unknown Object (File)
Fri, Aug 14, 10:05 PM
Unknown Object (File)
Thu, Aug 13, 12:12 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.