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
F162636036: D55842.diff
Wed, Jul 15, 7:12 AM
F162636035: D55842.diff
Wed, Jul 15, 7:12 AM
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
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 71381
Build 68264: arc lint + arc unit

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.