From 1da1ca05a96b6d3e06fb8faf88d0ef43ccfcb35b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 30 May 2014 01:43:20 +0000 Subject: Clang found an unused variable. svn path=/trunk/; revision=5846 --- ext/POW.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/POW.c') 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); -- cgit v1.2.3