From f88688391a688c632b069ad79ea0fb61d6537e1d Mon Sep 17 00:00:00 2001
From: Andjelko Horvat <comel@vingd.com>
Date: Fri, 13 May 2011 08:04:30 +0000
Subject: [PATCH] modules/openid: remove unused $config from linkback.php.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2838 44740490-163a-0410-bde0-09ae8108e29a
---
 modules/openid/www/linkback.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/openid/www/linkback.php b/modules/openid/www/linkback.php
index d63286b18..180f9e18e 100644
--- a/modules/openid/www/linkback.php
+++ b/modules/openid/www/linkback.php
@@ -1,7 +1,5 @@
 <?php
 
-$config = SimpleSAML_Configuration::getInstance();
-
 /* Find the authentication state. */
 if (!array_key_exists('AuthState', $_REQUEST) || empty($_REQUEST['AuthState'])) {
 	throw new SimpleSAML_Error_BadRequest('Missing mandatory parameter: AuthState');
-- 
GitLab