aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2001-10-03 10:56:40 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-03 10:56:40 +0800
commit7b834caab7a30d368def890bbcc61c22c6262f20 (patch)
tree978836bf7d78e714cd9a635930c2c3dfdd52010d
parent27da08a1bf16735d6bece830f6a676013e296b12 (diff)
downloadgsoc2013-evolution-7b834caab7a30d368def890bbcc61c22c6262f20.tar
gsoc2013-evolution-7b834caab7a30d368def890bbcc61c22c6262f20.tar.gz
gsoc2013-evolution-7b834caab7a30d368def890bbcc61c22c6262f20.tar.bz2
gsoc2013-evolution-7b834caab7a30d368def890bbcc61c22c6262f20.tar.lz
gsoc2013-evolution-7b834caab7a30d368def890bbcc61c22c6262f20.tar.xz
gsoc2013-evolution-7b834caab7a30d368def890bbcc61c22c6262f20.tar.zst
gsoc2013-evolution-7b834caab7a30d368def890bbcc61c22c6262f20.zip
remove unused variable
svn path=/trunk/; revision=13364
-rw-r--r--camel/camel-tcp-stream-ssl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/camel/camel-tcp-stream-ssl.c b/camel/camel-tcp-stream-ssl.c
index 83a468b281..d025f49a20 100644
--- a/camel/camel-tcp-stream-ssl.c
+++ b/camel/camel-tcp-stream-ssl.c
@@ -376,7 +376,6 @@ ssl_bad_cert (void *data, PRFileDesc *sockfd)
if (accept) {
SECItem *certs[1];
- SECStatus ret;
if (!cert->trust)
cert->trust = PORT_ZAlloc (sizeof (CERTCertTrust));