diff options
-rw-r--r-- | camel/camel-pgp-context.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 (); |