From ec74faa456b7f1c93c93cbc1e9fad1a133c9728f Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Tue, 25 Aug 2020 21:24:25 +0200
Subject: [PATCH] Remove unused property

---
 lib/SimpleSAML/Configuration.php | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/lib/SimpleSAML/Configuration.php b/lib/SimpleSAML/Configuration.php
index e41303f31..73b52aebc 100644
--- a/lib/SimpleSAML/Configuration.php
+++ b/lib/SimpleSAML/Configuration.php
@@ -76,14 +76,6 @@ class Configuration implements Utils\ClearableState
      */
     private $filename = null;
 
-    /**
-     * Temporary property that tells if the deprecated getBaseURL() method has been called or not.
-     *
-     * @var bool
-     */
-    private $deprecated_base_url_used = false;
-
-
     /**
      * Initializes a configuration from the given array.
      *
-- 
GitLab