mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
sm: Remove unused function.
* sm/keydb.c (keydb_insert_cert): Remove. * kbx/keybox-update.c (keybox_update_cert): Remove stub.
This commit is contained in:
parent
0441ed6e1c
commit
c99f3599d8
4 changed files with 0 additions and 52 deletions
|
@ -47,7 +47,6 @@ void keydb_push_found_state (KEYDB_HANDLE hd);
|
|||
void keydb_pop_found_state (KEYDB_HANDLE hd);
|
||||
int keydb_get_cert (KEYDB_HANDLE hd, ksba_cert_t *r_cert);
|
||||
int keydb_insert_cert (KEYDB_HANDLE hd, ksba_cert_t cert);
|
||||
int keydb_update_cert (KEYDB_HANDLE hd, ksba_cert_t cert);
|
||||
|
||||
int keydb_delete (KEYDB_HANDLE hd, int unlock);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue