Commit f582a9b6 authored by Oleg Korshul's avatar Oleg Korshul

.

parent b36c2dba
...@@ -37,7 +37,6 @@ void main(void) ...@@ -37,7 +37,6 @@ void main(void)
for (std::vector<COOXMLSignature*>::iterator i = oVerifier.m_arSignatures.begin(); i != oVerifier.m_arSignatures.end(); i++) for (std::vector<COOXMLSignature*>::iterator i = oVerifier.m_arSignatures.begin(); i != oVerifier.m_arSignatures.end(); i++)
{ {
COOXMLSignature* pSign = *i; COOXMLSignature* pSign = *i;
pSign->Check();
int nRes = pSign->GetValid(); int nRes = pSign->GetValid();
XML_UNUSED(pSign); XML_UNUSED(pSign);
XML_UNUSED(nRes); XML_UNUSED(nRes);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment