summaryrefslogtreecommitdiffstats
path: root/Http/EntryPoint/RetryAuthenticationEntryPoint.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2011-11-24 07:16:14 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2011-11-24 07:16:14 +0100
commit2214ced578aba2f05c9ceb24c1a47e3b4ef0554b (patch)
tree5dd3638ef1298e2466bb272ec5d1833f4065335d /Http/EntryPoint/RetryAuthenticationEntryPoint.php
parent3e175ecc1d5627403feedc6c4f3c399960e6ae77 (diff)
downloadsymfony-security-2214ced578aba2f05c9ceb24c1a47e3b4ef0554b.zip
symfony-security-2214ced578aba2f05c9ceb24c1a47e3b4ef0554b.tar.gz
symfony-security-2214ced578aba2f05c9ceb24c1a47e3b4ef0554b.tar.bz2
removed unused use statements
Diffstat (limited to 'Http/EntryPoint/RetryAuthenticationEntryPoint.php')
-rw-r--r--Http/EntryPoint/RetryAuthenticationEntryPoint.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/EntryPoint/RetryAuthenticationEntryPoint.php b/Http/EntryPoint/RetryAuthenticationEntryPoint.php
index 12ba538..532601a 100644
--- a/Http/EntryPoint/RetryAuthenticationEntryPoint.php
+++ b/Http/EntryPoint/RetryAuthenticationEntryPoint.php
@@ -13,7 +13,6 @@ namespace Symfony\Component\Security\Http\EntryPoint;
use Symfony\Component\Security\Core\Exception\AuthenticationException;
use Symfony\Component\Security\Http\EntryPoint\AuthenticationEntryPointInterface;
-use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpFoundation\RedirectResponse;
use Symfony\Component\HttpFoundation\Request;