From c8f6c426283a51918c68f900152414f9c8486cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaime=20P=C3=A9rez=20Crespo?= <jaime.perez@uninett.no> Date: Sun, 9 Feb 2014 17:11:15 +0000 Subject: [PATCH] Removing leftovers from r2422. git-svn-id: https://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 de5b46279..bf0b8e0fb 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[<entityType>][<entityId>] - */ - private $sessionNameId; - - /** * The list of IdP-SP associations. * -- GitLab