From db09a208521de99a6c7f54bd28e12f6adcd761f7 Mon Sep 17 00:00:00 2001
From: Jaime Perez Crespo <jaime.perez@uninett.no>
Date: Tue, 20 Jan 2015 11:16:57 +0100
Subject: [PATCH] Finally remove the getInstance() method from the
 SimpleSAML_Session class. This closes #149.

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

diff --git a/lib/SimpleSAML/Session.php b/lib/SimpleSAML/Session.php
index 13a08d1f2..b359ec66d 100644
--- a/lib/SimpleSAML/Session.php
+++ b/lib/SimpleSAML/Session.php
@@ -176,15 +176,6 @@ class SimpleSAML_Session {
     }
 
 
-    /**
-     * @deprecated
-     * @see SimpleSAML_Session::getSessionFromRequest()
-     */
-    public static function getInstance() {
-        return self::getSessionFromRequest();
-    }
-
-
     /**
 	 * Retrieves the current session. Will create a new session if there isn't a session.
 	 *
-- 
GitLab