diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php
index de5b46279fbcca1de710ea25f8b03d06b04ff4b2..bf0b8e0fb0ee1c449610a026d3d473d2d23f3b12 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.
 	 *