]> the.earth.li Git - onak.git/commitdiff
Remove unused worddb_cmp() from DB4 backend
authorJonathan McDowell <noodles@earth.li>
Sat, 3 Aug 2019 08:09:41 +0000 (09:09 +0100)
committerJonathan McDowell <noodles@earth.li>
Sat, 3 Aug 2019 08:09:41 +0000 (09:09 +0100)
This function was no longer used, so remove it.

keydb_db4.c

index e63ac077f1ed07ef92a00d6d66527ee03c69c5e1..5e16a400133328983c497c2fcbdc9524d75ce4b5 100644 (file)
@@ -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.