Removed unused variable

This commit is contained in:
Franck Allimant
2014-07-22 19:43:39 +02:00
parent 94257eeb86
commit 2268180786

View File

@@ -164,9 +164,6 @@ class Coupon extends BaseI18nLoop implements PropelSearchLoopInterface
/** @var ConditionFactory $conditionFactory */
$conditionFactory = $this->container->get('thelia.condition.factory');
/** @var array $consumedCoupons an array of coupon code currently in use */
$consumedCoupons = $this->request->getSession()->getConsumedCoupons();
/** @var MCoupon $coupon */
foreach ($loopResult->getResultDataCollection() as $coupon) {