summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-11-24 07:17:02 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2011-11-24 07:17:02 +0100
commitc4e467ddc02588e2ac1bb532e9db59566eb059ff (patch)
tree1e63c7ceadb6fee46213baf6a403cdfcfa2bb799 /Http
parent94dcd595f81602a94d4fd5749f5f3b1add00f3ab (diff)
downloadsymfony-security-c4e467ddc02588e2ac1bb532e9db59566eb059ff.zip
symfony-security-c4e467ddc02588e2ac1bb532e9db59566eb059ff.tar.gz
symfony-security-c4e467ddc02588e2ac1bb532e9db59566eb059ff.tar.bz2
removed unused use statements
Diffstat (limited to 'Http')
-rw-r--r--Http/Firewall/ExceptionListener.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Firewall/ExceptionListener.php b/Http/Firewall/ExceptionListener.php
index 62f48cf..674c648 100644
--- a/Http/Firewall/ExceptionListener.php
+++ b/Http/Firewall/ExceptionListener.php
@@ -15,7 +15,6 @@ use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Security\Http\Authorization\AccessDeniedHandlerInterface;
use Symfony\Component\Security\Core\SecurityContextInterface;
use Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolverInterface;
-use Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken;
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
use Symfony\Component\Security\Core\Exception\AccountStatusException;
use Symfony\Component\Security\Core\Exception\AuthenticationException;