From 3e2125fdd074e902653efabac0a417164736b350 Mon Sep 17 00:00:00 2001 From: "jaimepc@gmail.com" Date: Sun, 9 Feb 2014 17:11:15 +0000 Subject: [PATCH] Removing leftovers from r2422. git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3361 44740490-163a-0410-bde0-09ae8108e29a --- lib/SimpleSAML/Session.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php index de5b4627..bf0b8e0f 100644 --- a/lib/SimpleSAML/Session.php +++ b/lib/SimpleSAML/Session.php @@ -98,14 +98,6 @@ class SimpleSAML_Session { private $dataStore = null; - /** - * Current NameIDs for sessions. - * - * Stored as a two-level associative array: $sessionNameId[][] - */ - private $sessionNameId; - - /** * The list of IdP-SP associations. *