1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

g10: Remove unused parameter.

* g10/keydb.h (keydb_locate_writable): Remove unused parameter
reserved.  Update users.

--
Signed-off-by: Neal H. Walfield <neal@g10code.com>.
This commit is contained in:
Neal H. Walfield 2015-08-28 16:22:59 +02:00
parent 135b1e32f0
commit 0377db4b35
4 changed files with 4 additions and 6 deletions

View file

@ -1073,7 +1073,7 @@ import_one (ctrl_t ctrl,
{
KEYDB_HANDLE hd = keydb_new ();
rc = keydb_locate_writable (hd, NULL);
rc = keydb_locate_writable (hd);
if (rc)
{
log_error (_("no writable keyring found: %s\n"), gpg_strerror (rc));