X-Git-Url: http://the.earth.li/gitweb/?a=blobdiff_plain;f=keydb_db4.c;h=5e16a400133328983c497c2fcbdc9524d75ce4b5;hb=42977c5361ef21c99bc157e9c7edbba49243014f;hp=e63ac077f1ed07ef92a00d6d66527ee03c69c5e1;hpb=c063c72b0e63842f5466e0983183c98d4e05c54e;p=onak.git diff --git a/keydb_db4.c b/keydb_db4.c index e63ac07..5e16a40 100644 --- a/keydb_db4.c +++ b/keydb_db4.c @@ -472,12 +472,6 @@ static int db4_fetch_key_id(struct onak_dbctx *dbctx, uint64_t keyid, return (numkeys); } - -int worddb_cmp(const void *d1, const void *d2) -{ - return memcmp(d1, d2, 12); -} - /** * fetch_key_text - Trys to find the keys that contain the supplied text. * @search: The text to search for.