Removed attribute factories.
authorScott Cantor <cantor.2@osu.edu>
Fri, 4 Apr 2003 05:33:16 +0000 (05:33 +0000)
committerScott Cantor <cantor.2@osu.edu>
Fri, 4 Apr 2003 05:33:16 +0000 (05:33 +0000)
shib/ShibConfig.cpp

index 5f89017..e57aaf9 100644 (file)
@@ -70,16 +70,6 @@ using namespace shibboleth;
 SAML_EXCEPTION_FACTORY(UnsupportedProtocolException);
 SAML_EXCEPTION_FACTORY(OriginSiteMapperException);
 
-extern "C" SAMLAttribute* ScopedFactory(DOMElement* e)
-{
-    return new ScopedAttribute(e);
-}
-
-extern "C" SAMLAttribute* SimpleFactory(DOMElement* e)
-{
-    return new SimpleAttribute(e);
-}
-
 namespace {
     ShibInternalConfig g_config;
 }