summaryrefslogtreecommitdiffstats
path: root/lib/SimpleSAML/XML
diff options
context:
space:
mode:
authorJaime Perez Crespo <jaime.perez@uninett.no>2015-04-21 10:23:45 +0200
committerJaime Perez Crespo <jaime.perez@uninett.no>2015-04-21 10:23:45 +0200
commit720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd (patch)
treecf5500c3af77b2627df33cb5b2d9a0e2b72feee1 /lib/SimpleSAML/XML
parentde5b9d081c4cd73bf60ccddb726b4b9adcca69f8 (diff)
downloadsimplesamlphp-720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd.zip
simplesamlphp-720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd.tar.gz
simplesamlphp-720f08bbeb4bb94e61bd8c651f8f3a39f241d3fd.tar.bz2
Remove commented code.
Diffstat (limited to 'lib/SimpleSAML/XML')
-rw-r--r--lib/SimpleSAML/XML/Parser.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/SimpleSAML/XML/Parser.php b/lib/SimpleSAML/XML/Parser.php
index b309666..d73472d 100644
--- a/lib/SimpleSAML/XML/Parser.php
+++ b/lib/SimpleSAML/XML/Parser.php
@@ -10,11 +10,8 @@ class SimpleSAML_XML_Parser {
var $simplexml = null;
-
- function __construct($xml) {
- #parent::construct($xml);
+ function __construct($xml) {;
$this->simplexml = new SimpleXMLElement($xml);
-
$this->simplexml->registerXPathNamespace('saml2', 'urn:oasis:names:tc:SAML:2.0:assertion');
$this->simplexml->registerXPathNamespace('saml2meta', 'urn:oasis:names:tc:SAML:2.0:metadata');
$this->simplexml->registerXPathNamespace('ds', 'http://www.w3.org/2000/09/xmldsig#');