ReplayCache, some decoder work, and merged schema validators into one suite.
[shibboleth/cpp-opensaml.git] / saml / saml2 / core / Assertions.h
index b5d78ee..a21444d 100644 (file)
@@ -420,11 +420,6 @@ namespace opensaml {
          * Registers builders and validators for SAML 2.0 Assertion classes into the runtime.
          */
         void SAML_API registerAssertionClasses();
-
-        /**
-         * Validator suite for SAML 2.0 Assertion schema validation.
-         */
-        extern SAML_API xmltooling::ValidatorSuite AssertionSchemaValidators;
     };
 };