From e3b88c8e2f94623b88098aa54bd5ee881300df3e Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Wed, 28 Aug 2019 20:32:18 +0200
Subject: [PATCH] Remove dead assignment

---
 modules/saml/lib/IdP/SAML2.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/saml/lib/IdP/SAML2.php b/modules/saml/lib/IdP/SAML2.php
index 0a5c220d9..720e4663d 100644
--- a/modules/saml/lib/IdP/SAML2.php
+++ b/modules/saml/lib/IdP/SAML2.php
@@ -347,7 +347,6 @@ class SAML2
             $extensions = null;
             $allowCreate = true;
             $authnContext = null;
-            $binding = null;
 
             $idpInit = true;
 
-- 
GitLab