Removed unused XML call.
authorcantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 20 Jun 2005 02:35:30 +0000 (02:35 +0000)
committercantor <cantor@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Mon, 20 Jun 2005 02:35:30 +0000 (02:35 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1637 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/idp/provider/ShibbolethV1SSOHandler.java

index d39d4fb..13ab3aa 100644 (file)
@@ -394,8 +394,6 @@ public class ShibbolethV1SSOHandler extends SSOHandler implements IdPProtocolHan
                        EntityDescriptor descriptor, SAMLNameIdentifier nameId, String authenticationMethod, Date authTime,
                        SAMLSubject subject) throws SAMLException, IOException {
 
-               Document doc = org.opensaml.XML.parserPool.newDocument();
-
                // Determine the correct audiences
                ArrayList audiences = new ArrayList();
                if (relyingParty.getProviderId() != null) {