Prune unused code hidden behind 'notdef', bringing us in sync with
the changes in OpenBSD.
Sponsored by: Klara, Inc.
Differential D55842
libc/db: Remove unused hash functions in hash_func.c Authored by bnovkov on Fri, Mar 13, 11:10 AM. Tags None Referenced Files
Details
Prune unused code hidden behind 'notdef', bringing us in sync with Sponsored by: Klara, Inc.
Diff Detail
Event TimelineComment Actions 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. |