https://issues.shibboleth.net/jira/browse/CPPOST-73
[shibboleth/cpp-opensaml.git] / saml / saml2 / metadata / MetadataFilter.h
index ed89cbb..c6b5ff9 100644 (file)
@@ -83,9 +83,6 @@ namespace opensaml {
         /** MetadataFilter that removes non-retained roles. */
         #define ENTITYROLE_METADATA_FILTER  "EntityRoleWhiteList"
 
-        /** MetadataFilter that adds EntityAttributes extension. */
-        #define ENTITYATTR_METADATA_FILTER "EntityAttributes"
-
         DECL_XMLTOOLING_EXCEPTION(MetadataFilterException,SAML_EXCEPTIONAPI(SAML_API),opensaml::saml2md,MetadataException,Exceptions related to metadata filtering);
     };
 };