]> the.earth.li Git - onak.git/blobdiff - keydb_keyd.c
Move dumpdb over to using iterate_keys.
[onak.git] / keydb_keyd.c
index fac5548481af7e6fc82a6762744b6663ce4f029b..26cb326f758ae332bd5c9b9bb5e75a6cca6cc532 100644 (file)
@@ -341,21 +341,6 @@ uint64_t getfullkeyid(uint64_t keyid)
        return keyid;
 }
 
-/**
- *     dumpdb - dump the key database
- *     @filenamebase: The base filename to use for the dump.
- *
- *     Dumps the database into one or more files, which contain pure OpenPGP
- *     that can be reimported into onak or gpg. filenamebase provides a base
- *     file name for the dump; several files may be created, all of which will
- *     begin with this string and then have a unique number and a .pgp
- *     extension.
- */
-int dumpdb(char *filenamebase)
-{
-       return 0;
-}
-
 /**
  *     iterate_keys - call a function once for each key in the db.
  *     @iterfunc: The function to call.