Page MenuHomeFreeBSD

libc/db: Remove unused hash functions in hash_func.c
ClosedPublic

Authored by bnovkov on Fri, Mar 13, 11:10 AM.
Tags
None
Referenced Files
F151187048: D55842.diff
Mon, Apr 6, 4:46 PM
Unknown Object (File)
Sun, Apr 5, 7:49 AM
Unknown Object (File)
Fri, Apr 3, 2:45 PM
Unknown Object (File)
Tue, Mar 24, 7:31 AM
Unknown Object (File)
Mon, Mar 23, 5:09 AM
Unknown Object (File)
Mon, Mar 23, 5:09 AM
Unknown Object (File)
Sun, Mar 22, 5:41 AM
Unknown Object (File)
Sat, Mar 21, 1:54 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.Mon, Mar 16, 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.