2003-04-25 Marcus Brinkmann <marcus@g10code.de>

* wait-private.c (_gpgme_wait_private_event_cb): Remove variable CTX.
This commit is contained in:
Marcus Brinkmann 2003-04-25 13:25:56 +00:00
parent d5993c256b
commit 7869230d18
3 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,7 @@
2003-04-25 Marcus Brinkmann <marcus@g10code.de>
* wait-private.c (_gpgme_wait_private_event_cb): Remove variable CTX.
* data.c: Do not include <assert.h>, but "gpgme.h".
(_gpgme_data_inbound_handler): Expand _gpgme_data_append, because
it will go. Do not assert DH.

View File

@ -350,5 +350,3 @@ gpgme_wait (GpgmeCtx ctx, GpgmeError *status, int hang)
return ctx;
}

View File

@ -44,8 +44,6 @@
void
_gpgme_wait_private_event_cb (void *data, GpgmeEventIO type, void *type_data)
{
GpgmeCtx ctx = data;
switch (type)
{
case GPGME_EVENT_START: