]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Remove useless variable
authorNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 5 Sep 2016 08:23:40 +0000 (10:23 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Mon, 5 Sep 2016 08:23:40 +0000 (10:23 +0200)
src/Wallabag/CoreBundle/Repository/EntryRepository.php

index 719803a1884ce0af8f0a92e6c2813e1ea5c1c599..302e5a5387c6a64c72f79594d598988f288c6539 100644 (file)
@@ -10,8 +10,6 @@ use Wallabag\CoreBundle\Entity\Tag;
 
 class EntryRepository extends EntityRepository
 {
-    private $lifeTime;
-
     /**
      * Return a query builder to used by other getBuilderFor* method.
      *