Skip to content
Snippets Groups Projects
Commit 3315dfdd authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Remove dead assignment + use-statement

parent 5f43a66b
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,6 @@ class XML ...@@ -56,7 +56,6 @@ class XML
// see if debugging is enabled for XML validation // see if debugging is enabled for XML validation
$debug = Configuration::getInstance()->getArrayize('debug', ['validatexml' => false]); $debug = Configuration::getInstance()->getArrayize('debug', ['validatexml' => false]);
$enabled = Configuration::getInstance()->getBoolean('debug.validatexml', false);
if ( if (
!( !(
......
...@@ -17,7 +17,6 @@ use SimpleSAML\Metadata\SAMLParser; ...@@ -17,7 +17,6 @@ use SimpleSAML\Metadata\SAMLParser;
use SimpleSAML\Metadata\Signer; use SimpleSAML\Metadata\Signer;
use SimpleSAML\Module; use SimpleSAML\Module;
use SimpleSAML\Module\adfs\IdP\ADFS as ADFS_IdP; use SimpleSAML\Module\adfs\IdP\ADFS as ADFS_IdP;
use SimpleSAML\Module\saml\IdP\SAML1 as SAML1_IdP;
use SimpleSAML\Module\saml\IdP\SAML2 as SAML2_IdP; use SimpleSAML\Module\saml\IdP\SAML2 as SAML2_IdP;
use SimpleSAML\Utils; use SimpleSAML\Utils;
use SimpleSAML\XHTML\Template; use SimpleSAML\XHTML\Template;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment