aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2008-06-29 18:41:19 +0000
committerMarcus Brinkmann <[email protected]>2008-06-29 18:41:19 +0000
commit8bf7f5bd0ce13ce051ffe1fd91409af2aed607fa (patch)
treef68c7eefab7ed4cd33821c7ad511d31155d49cd3
parent2008-06-27 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-8bf7f5bd0ce13ce051ffe1fd91409af2aed607fa.tar.gz
gpgme-8bf7f5bd0ce13ce051ffe1fd91409af2aed607fa.zip
2008-06-29 Marcus Brinkmann <[email protected]>
* gpgme.c (gpgme_cancel_async): Remove unused variable.
-rw-r--r--gpgme/ChangeLog4
-rw-r--r--gpgme/gpgme.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index 9be60afb..39c6165f 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-29 Marcus Brinkmann <[email protected]>
+
+ * gpgme.c (gpgme_cancel_async): Remove unused variable.
+
2008-06-27 Marcus Brinkmann <[email protected]>
* libgpgme.vers: Add gpgme_cancel_async.
diff --git a/gpgme/gpgme.c b/gpgme/gpgme.c
index 0f3527a4..05222428 100644
--- a/gpgme/gpgme.c
+++ b/gpgme/gpgme.c
@@ -128,7 +128,6 @@ gpgme_cancel (gpgme_ctx_t ctx)
gpgme_error_t
gpgme_cancel_async (gpgme_ctx_t ctx)
{
- gpgme_error_t err;
TRACE_BEG (DEBUG_CTX, "gpgme_cancel_async", ctx);
LOCK (ctx->lock);