From 0904e57b852d5126356e192ea32f6223fda40fc6 Mon Sep 17 00:00:00 2001 From: Thomas Calvet Date: Fri, 13 Dec 2019 17:57:31 +0100 Subject: [PATCH] [SecurityBundle][FirewallMap] Remove unused property --- src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php b/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php index 3bb16b26c7..9e20f4e527 100644 --- a/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php +++ b/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php @@ -107,13 +107,11 @@ class _FirewallMap { private $container; private $map; - private $contexts; public function __construct(ContainerInterface $container, $map) { $this->container = $container; $this->map = $map; - $this->contexts = new \SplObjectStorage(); } public function getListeners(Request $request)