From: Nicolas LÅ“uillet Date: Mon, 5 Sep 2016 08:23:40 +0000 (+0200) Subject: Remove useless variable X-Git-Tag: 2.1.0~42^2~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a1d22ea7d0cc8c51ca5480aa41488f2c6373f1a3;p=github%2Fwallabag%2Fwallabag.git Remove useless variable --- diff --git a/src/Wallabag/CoreBundle/Repository/EntryRepository.php b/src/Wallabag/CoreBundle/Repository/EntryRepository.php index 719803a1..302e5a53 100644 --- a/src/Wallabag/CoreBundle/Repository/EntryRepository.php +++ b/src/Wallabag/CoreBundle/Repository/EntryRepository.php @@ -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. *