X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fsp.git;a=blobdiff_plain;f=shibsp%2Fimpl%2FXMLRequestMapper.cpp;h=90594917503104b7c50209a157c124f4be8c4471;hp=27153bd28b5a6faf961ee903b651b689be57d1cb;hb=a0af8ed86ab481af4605daf5cf837fdaa4544bdd;hpb=ef5033b9317ef36b5e3b99679cf789e93d8b6654 diff --git a/shibsp/impl/XMLRequestMapper.cpp b/shibsp/impl/XMLRequestMapper.cpp index 27153bd..9059491 100644 --- a/shibsp/impl/XMLRequestMapper.cpp +++ b/shibsp/impl/XMLRequestMapper.cpp @@ -479,8 +479,6 @@ XMLRequestMapperImpl::XMLRequestMapperImpl(const DOMElement* e, Category& log) : #ifdef _DEBUG xmltooling::NDC ndc("XMLRequestMapperImpl"); #endif - static const XMLCh _default[] = UNICODE_LITERAL_7(d,e,f,a,u,l,t); - static const XMLCh _id[] = UNICODE_LITERAL_2(i,d); static const XMLCh _RequestMap[] = UNICODE_LITERAL_10(R,e,q,u,e,s,t,M,a,p); if (e && !XMLHelper::isNodeNamed(e, SHIB2SPCONFIG_NS, _RequestMap))