From 15446ad229636f41c395e6588cffc820ba109c73 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 13 Oct 2010 15:10:43 +0000 Subject: [PATCH] Remove unused constants. --- shibsp/impl/XMLRequestMapper.cpp | 2 -- 1 file changed, 2 deletions(-) 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)) -- 2.1.4