Remove duplicate definition.
authorScott Cantor <cantor.2@osu.edu>
Mon, 24 Oct 2005 21:49:34 +0000 (21:49 +0000)
committerScott Cantor <cantor.2@osu.edu>
Mon, 24 Oct 2005 21:49:34 +0000 (21:49 +0000)
shib-target/shib-target.cpp

index 5cd8333..2293cbd 100644 (file)
@@ -527,7 +527,6 @@ pair<bool,void*> ShibTarget::doExportAssertions(bool requireSession)
         }
         auto_ptr<SAMLAuthenticationStatement> authnwrapper(authn);
     
-        ISessionCacheEntry::CachedResponse cr=m_priv->m_cacheEntry->getResponse();
         if (cr.unfiltered && *cr.unfiltered) {
             int minor = (m_priv->m_cacheEntry->getProfile()==SAML10_POST || m_priv->m_cacheEntry->getProfile()==SAML10_ARTIFACT) ? 0 : 1;
             istringstream rstream((cr.filtered && *cr.filtered) ? cr.filtered : cr.unfiltered);