From 66febba099dae5fb3e574d497b5868a985baef09 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Mon, 19 Jan 2015 16:28:10 +0100
Subject: [PATCH] Finally remove the $authority property from
 SimpleSAML_Session.

---
 lib/SimpleSAML/Session.php | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php
index 9d82223cc..b40754d14 100644
--- a/lib/SimpleSAML/Session.php
+++ b/lib/SimpleSAML/Session.php
@@ -70,12 +70,6 @@ class SimpleSAML_Session {
 	private $trackid = 0;
 
 
-	/**
-	 * @deprecated
-	 */
-	private $authority = null;
-
-
 	private $rememberMeExpire = null;
 
 
@@ -385,7 +379,6 @@ class SimpleSAML_Session {
 		}
 
 		$this->authData[$authority] = $data;
-		$this->authority = $authority;
 
 		$this->authToken = SimpleSAML_Utilities::generateID();
 		$sessionHandler = SimpleSAML_SessionHandler::getSessionHandler();
-- 
GitLab