aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-05-30 01:43:20 +0000
committerRob Austein <sra@hactrn.net>2014-05-30 01:43:20 +0000
commit1da1ca05a96b6d3e06fb8faf88d0ef43ccfcb35b (patch)
treee9d32b46146433b5ec4d72ba28307fc28f58f119
parent35c1ca65ac2b5cbd943248d59b3e02c6220b232f (diff)
Clang found an unused variable.
svn path=/trunk/; revision=5846
-rw-r--r--ext/POW.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/POW.c b/ext/POW.c
index c3161a2a..990d344d 100644
--- a/ext/POW.c
+++ b/ext/POW.c
@@ -6661,7 +6661,6 @@ static BIO *
cms_object_extract_without_verifying_helper(cms_object *self)
{
BIO *bio = NULL;
- int ok = 0;
ENTERING(cms_object_extract_without_verifying_helper);