From b121777af6a477a4f96b71ad46f7c275319fe825 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Mon, 19 Jan 2015 11:41:31 +0100
Subject: [PATCH] Remove SimpleSAML_Session::setAttributes().

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

diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php
index 998045ff1..199e72f1a 100644
--- a/lib/SimpleSAML/Session.php
+++ b/lib/SimpleSAML/Session.php
@@ -734,20 +734,6 @@ class SimpleSAML_Session {
 	}
 
 
-	/**
-	 * Set the attributes for this session.
-	 *
-	 * @param array|NULL $attributes  The attributes of this session.
-	 * @deprecated
-	 */
-	public function setAttributes($attributes) {
-		assert('isset($this->authData[$this->authority])');
-
-		$this->dirty = true;
-		$this->authData[$this->authority]['Attributes'] = $attributes;
-	}
-
-
 	/**
 	 * Calculates the size of the session object after serialization
 	 *
-- 
GitLab