diff options
author | Rob Austein <sra@hactrn.net> | 2014-05-30 01:43:20 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-05-30 01:43:20 +0000 |
commit | 1da1ca05a96b6d3e06fb8faf88d0ef43ccfcb35b (patch) | |
tree | e9d32b46146433b5ec4d72ba28307fc28f58f119 | |
parent | 35c1ca65ac2b5cbd943248d59b3e02c6220b232f (diff) |
Clang found an unused variable.
svn path=/trunk/; revision=5846
-rw-r--r-- | ext/POW.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |