From 9805080bfd00d47d861a4070e758c51dc66875a1 Mon Sep 17 00:00:00 2001
From: Olav Morken <olav.morken@uninett.no>
Date: Mon, 17 Dec 2007 14:56:42 +0000
Subject: [PATCH] SAML2:AuthnResponse - Removed SAML2_BINDINGS_POST and
 SAML2_STATUS_SUCCESS unused run-time defines.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@120 44740490-163a-0410-bde0-09ae8108e29a
---
 lib/SimpleSAML/XML/SAML20/AuthnResponse.php | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/lib/SimpleSAML/XML/SAML20/AuthnResponse.php b/lib/SimpleSAML/XML/SAML20/AuthnResponse.php
index e8f890e85..c97759c50 100644
--- a/lib/SimpleSAML/XML/SAML20/AuthnResponse.php
+++ b/lib/SimpleSAML/XML/SAML20/AuthnResponse.php
@@ -203,10 +203,6 @@ class SimpleSAML_XML_SAML20_AuthnResponse extends SimpleSAML_XML_AuthnResponse {
 		
 		$base64 = isset($md['base64attributes']) ? $md['base64attributes'] : false;
 		
-		define('SAML2_BINDINGS_POST', 'urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST');
-		
-		define('SAML2_STATUS_SUCCESS', 'urn:oasis:names:tc:SAML:2.0:status:Success');
-		
 		/*
 		echo 'Validids<pre>';
 		print_r($this->validIDs);
-- 
GitLab