[xml-security-c] 06/23: Remove unused variable 1
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Thu Jul 21 20:15:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch patch-queue/master
in repository xml-security-c.
commit 7cdc33b317a8ed8b8c31c3e45587f29e0233f3f8
Author: Ferenc Wágner <wferi at niif.hu>
Date: Sat Jan 30 22:12:45 2016 +0100
Remove unused variable 1
---
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