]> the.earth.li Git - onak.git/blobdiff - keydb_pg.c
Move dumpdb over to using iterate_keys.
[onak.git] / keydb_pg.c
index afdbb23ce931209a5924c7ebd09c2fd17588a03a..5933c91381647f4fb837c3de4ea859aafb9d59f9 100644 (file)
@@ -567,21 +567,6 @@ struct ll *getkeysigs(uint64_t keyid, bool *revoked)
        return sigs;
 }
 
-/**
- *     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.