aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gpgme/ChangeLog2
-rw-r--r--gpgme/wait-global.c2
-rw-r--r--gpgme/wait-private.c2
3 files changed, 2 insertions, 4 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog
index 4fed18e4..6796531f 100644
--- a/gpgme/ChangeLog
+++ b/gpgme/ChangeLog
@@ -1,5 +1,7 @@
2003-04-25 Marcus Brinkmann <[email protected]>
+ * 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.
diff --git a/gpgme/wait-global.c b/gpgme/wait-global.c
index 12d2cec3..8f11b7d7 100644
--- a/gpgme/wait-global.c
+++ b/gpgme/wait-global.c
@@ -350,5 +350,3 @@ gpgme_wait (GpgmeCtx ctx, GpgmeError *status, int hang)
return ctx;
}
-
-
diff --git a/gpgme/wait-private.c b/gpgme/wait-private.c
index 134e389a..32ee311b 100644
--- a/gpgme/wait-private.c
+++ b/gpgme/wait-private.c
@@ -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: