Remove unused constants.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 13 Oct 2010 15:10:43 +0000 (15:10 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Wed, 13 Oct 2010 15:10:43 +0000 (15:10 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3339 cb58f699-b61c-0410-a6fe-9272a202ed29

shibsp/impl/XMLRequestMapper.cpp

index 27153bd..9059491 100644 (file)
@@ -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))