summaryrefslogtreecommitdiffstats
path: root/Http/Firewall.php
diff options
context:
space:
mode:
authorAntoine Hérault <antoine.herault@gmail.com>2011-06-25 19:04:35 +0200
committerAntoine Hérault <antoine.herault@gmail.com>2011-06-25 19:04:35 +0200
commita0f6d2e2b100f2c7c4b2d4618d1d290aaf3e7b92 (patch)
tree9ebf1a892f6121f43a9730b5a8af2d249518c38f /Http/Firewall.php
parent3f356bb5ccdae294e92ffd1729dd2f7fac199c93 (diff)
downloadsymfony-security-a0f6d2e2b100f2c7c4b2d4618d1d290aaf3e7b92.zip
symfony-security-a0f6d2e2b100f2c7c4b2d4618d1d290aaf3e7b92.tar.gz
symfony-security-a0f6d2e2b100f2c7c4b2d4618d1d290aaf3e7b92.tar.bz2
[Security] Remove useless attribute & var in firewall
Diffstat (limited to 'Http/Firewall.php')
-rw-r--r--Http/Firewall.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/Http/Firewall.php b/Http/Firewall.php
index 996df29..9d05f86 100644
--- a/Http/Firewall.php
+++ b/Http/Firewall.php
@@ -30,7 +30,6 @@ class Firewall
{
private $map;
private $dispatcher;
- private $currentListeners;
/**
* Constructor.
@@ -42,7 +41,6 @@ class Firewall
{
$this->map = $map;
$this->dispatcher = $dispatcher;
- $this->currentListeners = array();
}
/**