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
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
Unknown Object (File)
Fri, Mar 20, 8:56 AM
Unknown Object (File)
Fri, Mar 20, 6:11 AM
Unknown Object (File)
Thu, Mar 19, 4:44 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.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.