summaryrefslogtreecommitdiffstats
path: root/sm/keydb.h
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-06-27 11:40:12 +0200
committerWerner Koch <wk@gnupg.org>2013-06-27 11:40:12 +0200
commitf254497e09fa4e0e24e63d14f7316fc31c938844 (patch)
tree212d8d32a890f849c80c2cf6939291ab571cfa62 /sm/keydb.h
parentModernize two format string file name quotes. (diff)
downloadgnupg2-f254497e09fa4e0e24e63d14f7316fc31c938844.tar.xz
gnupg2-f254497e09fa4e0e24e63d14f7316fc31c938844.zip
sm: Remove cruft from source files.
* sm/keydb.c, sm/keydb.h: Remove disabled code parts.
Diffstat (limited to 'sm/keydb.h')
-rw-r--r--sm/keydb.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sm/keydb.h b/sm/keydb.h
index 33876ceba..6e432f893 100644
--- a/sm/keydb.h
+++ b/sm/keydb.h
@@ -39,12 +39,6 @@ int keydb_set_ephemeral (KEYDB_HANDLE hd, int yes);
const char *keydb_get_resource_name (KEYDB_HANDLE hd);
gpg_error_t keydb_lock (KEYDB_HANDLE hd);
-#if 0 /* pgp stuff */
-int keydb_get_keyblock (KEYDB_HANDLE hd, KBNODE *ret_kb);
-int keydb_update_keyblock (KEYDB_HANDLE hd, KBNODE kb);
-int keydb_insert_keyblock (KEYDB_HANDLE hd, KBNODE kb);
-#endif
-
gpg_error_t keydb_get_flags (KEYDB_HANDLE hd, int which, int idx,
unsigned int *value);
gpg_error_t keydb_set_flags (KEYDB_HANDLE hd, int which, int idx,