[xml-security-c] 07/21: Remove unused variable

Ferenc Wágner wferi-guest at moszumanska.debian.org
Mon Jun 27 12:20:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

wferi-guest pushed a commit to branch patch-queue/warn-fixes
in repository xml-security-c.

commit 40a3daf138e18e048ef9ce71528a2e9ad5b8fa8d
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Sat Jan 30 22:12:45 2016 +0100

    Remove unused variable
---
 xsec/dsig/DSIGAlgorithmHandlerDefault.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/xsec/dsig/DSIGAlgorithmHandlerDefault.cpp b/xsec/dsig/DSIGAlgorithmHandlerDefault.cpp
index 779e29d..e60b84c 100644
--- a/xsec/dsig/DSIGAlgorithmHandlerDefault.cpp
+++ b/xsec/dsig/DSIGAlgorithmHandlerDefault.cpp
@@ -93,8 +93,7 @@ bool compareBase64StringToRaw(const char * b64Str,
     d.rem = 0;
     d.quot = 0;
 
-	unsigned int maxCompareBytes, maxCompareBits;
-	maxCompareBits = 0;
+	unsigned int maxCompareBytes;
 
 	unsigned int size;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git



More information about the Pkg-shibboleth-devel mailing list