summaryrefslogtreecommitdiffstats
path: root/Http/EntryPoint/RetryAuthenticationEntryPoint.php
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2014-01-01 08:52:14 +0100
committerFabien Potencier <fabien.potencier@gmail.com>2014-01-01 08:52:14 +0100
commitb359a5bc76c5a23e19e6f51087f54e1190772ff0 (patch)
tree217d0d24b240a638fbf51a0de8a3c367b87d7a4f /Http/EntryPoint/RetryAuthenticationEntryPoint.php
parent47a99c77ac4ea45ab1e20b3d95450cd39204e123 (diff)
downloadsymfony-security-b359a5bc76c5a23e19e6f51087f54e1190772ff0.zip
symfony-security-b359a5bc76c5a23e19e6f51087f54e1190772ff0.tar.gz
symfony-security-b359a5bc76c5a23e19e6f51087f54e1190772ff0.tar.bz2
removed unneeded 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 091e0ee..d1a0a28 100644
--- a/Http/EntryPoint/RetryAuthenticationEntryPoint.php
+++ b/Http/EntryPoint/RetryAuthenticationEntryPoint.php
@@ -12,7 +12,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\RedirectResponse;
use Symfony\Component\HttpFoundation\Request;