2008-06-29 Marcus Brinkmann <marcus@ulysses.g10code.com>
* gpgme.c (gpgme_cancel_async): Remove unused variable.
This commit is contained in:
parent
01baa339f9
commit
8bf7f5bd0c
@ -1,3 +1,7 @@
|
|||||||
|
2008-06-29 Marcus Brinkmann <marcus@ulysses.g10code.com>
|
||||||
|
|
||||||
|
* gpgme.c (gpgme_cancel_async): Remove unused variable.
|
||||||
|
|
||||||
2008-06-27 Marcus Brinkmann <marcus@g10code.de>
|
2008-06-27 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
* libgpgme.vers: Add gpgme_cancel_async.
|
* libgpgme.vers: Add gpgme_cancel_async.
|
||||||
|
@ -128,7 +128,6 @@ gpgme_cancel (gpgme_ctx_t ctx)
|
|||||||
gpgme_error_t
|
gpgme_error_t
|
||||||
gpgme_cancel_async (gpgme_ctx_t ctx)
|
gpgme_cancel_async (gpgme_ctx_t ctx)
|
||||||
{
|
{
|
||||||
gpgme_error_t err;
|
|
||||||
TRACE_BEG (DEBUG_CTX, "gpgme_cancel_async", ctx);
|
TRACE_BEG (DEBUG_CTX, "gpgme_cancel_async", ctx);
|
||||||
|
|
||||||
LOCK (ctx->lock);
|
LOCK (ctx->lock);
|
||||||
|
Loading…
Reference in New Issue
Block a user