diff options
| -rw-r--r-- | gpgme/ChangeLog | 4 | ||||
| -rw-r--r-- | gpgme/gpgme.c | 1 | 
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); | 
