From 500f1edcf48fd75b9dfc21c14efd9f58c51de844 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 16 Apr 2001 16:05:33 +0000 Subject: eh? svn path=/trunk/; revision=9377 --- camel/camel-pgp-context.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'camel/camel-pgp-context.c') diff --git a/camel/camel-pgp-context.c b/camel/camel-pgp-context.c index d5c6b9dde9..0ac877c004 100644 --- a/camel/camel-pgp-context.c +++ b/camel/camel-pgp-context.c @@ -1213,8 +1213,6 @@ pgp_decrypt (CamelCipherContext *ctx, CamelStream *istream, char passwd_fd[32]; int retval, i; - ctx = CAMEL_CIPHER_CONTEXT (context); - /* get the ciphertext in a form we can use */ ciphertext = g_byte_array_new (); stream = camel_stream_mem_new (); -- cgit