X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=saml%2Fsaml1%2Fcore%2FProtocols.h;h=e30ff198296a75324abf618abbf5f3036d54c419;hb=5263186a620ca02913980ad2d35d4045844e7a05;hp=c3300b96ab946396fedc86fc80a8f8c1b0105870;hpb=c2e1672d873d6fbdfb199e60bcaff6cae4fcf978;p=shibboleth%2Fcpp-opensaml.git diff --git a/saml/saml1/core/Protocols.h b/saml/saml1/core/Protocols.h index c3300b9..e30ff19 100644 --- a/saml/saml1/core/Protocols.h +++ b/saml/saml1/core/Protocols.h @@ -159,11 +159,6 @@ namespace opensaml { * Registers builders and validators for SAML 1.x Protocol classes into the runtime. */ void SAML_API registerProtocolClasses(); - - /** - * Validator suite for SAML 1.x Protocol schema validation. - */ - extern SAML_API xmltooling::ValidatorSuite ProtocolSchemaValidators; }; };