Use imported namespaces, don't fully qualify
[lhc/web/wiklou.git] / includes / libs / objectcache / CachedBagOStuff.php
index 3d5d383..60ec922 100644 (file)
@@ -21,8 +21,6 @@
  * @ingroup Cache
  */
 
-use Psr\Log\LoggerInterface;
-
 /**
  * Wrapper around a BagOStuff that caches data in memory
  *