Parcourir la source

Removed a leftover use.

Karoly Negyesi il y a 14 ans
Parent
commit
24b80aedf3
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      src/Symfony/Component/HttpFoundation/Request.php

+ 0 - 2
src/Symfony/Component/HttpFoundation/Request.php

@@ -11,8 +11,6 @@
 
 namespace Symfony\Component\HttpFoundation;
 
-use Symfony\Component\HttpFoundation\SessionStorage\NativeSessionStorage;
-
 /**
  * Request represents an HTTP request.
  *