Removing leftovers from r2422.

git-svn-id: http://simplesamlphp.googlecode.com/svn/trunk@3361 44740490-163a-0410-bde0-09ae8108e29a
This commit is contained in:
jaimepc@gmail.com 2014-02-09 17:11:15 +00:00
parent 3534c28814
commit 3e2125fdd0
1 changed files with 0 additions and 8 deletions

View File

@ -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.
*