New -lite library and elimination of SAML libraries from modules.
[shibboleth/sp.git] / shibsp / attribute / resolver / impl / QueryAttributeResolver.cpp
index c846355..044230b 100644 (file)
@@ -184,10 +184,6 @@ namespace shibsp {
 
         void resolveAttributes(ResolutionContext& ctx) const;
 
-        void clearHeaders(SPRequest& request) const {
-            // Doesn't have to do anything, the extractor is the only possibly source of attributes.
-        }
-
     private:
         bool SAML1Query(QueryContext& ctx) const;
         bool SAML2Query(QueryContext& ctx) const;