aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/t-eventloop.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/gpg/t-eventloop.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/gpg/t-eventloop.c b/tests/gpg/t-eventloop.c
index 71998bdb..b168ef89 100644
--- a/tests/gpg/t-eventloop.c
+++ b/tests/gpg/t-eventloop.c
@@ -34,21 +34,6 @@
} while(0)
static void
-print_op_info (GpgmeCtx ctx)
-{
- char *str = gpgme_get_op_info (ctx, 0);
-
- if (!str)
- puts ("<!-- no operation info available -->");
- else
- {
- puts (str);
- free (str);
- }
-}
-
-
-static void
print_data (GpgmeData dh)
{
char buf[100];
@@ -233,7 +218,6 @@ main (int argc, char *argv[])
my_wait ();
fail_if_err (op_result.err);
- print_op_info (ctx);
fail_if_err (err);
fflush (NULL);