]> the.earth.li Git - onak.git/blobdiff - keydb_fs.c
Move dumpdb over to using iterate_keys.
[onak.git] / keydb_fs.c
index 1c5d14c9990cbb905beb4100483ba2757532011d..14220d14e6c51c2642f69756fc7b289742ec047f 100644 (file)
@@ -485,15 +485,6 @@ int fetch_key_text(const char *search,
        return addedkeys;
 }
 
-/*
- *     dumpdb - dump the key database
- *     @filenamebase: The base filename to use for the dump.
- */
-int dumpdb(char *filenamebase)
-{
-       return 0;
-}
-
 uint64_t getfullkeyid(uint64_t keyid)
 {
        static char buffer[PATH_MAX];