Explorar o código

Removed unused variable (#3587)

From https://github.com/FreshRSS/FreshRSS/pull/2335
Alexandre Alapetite %!s(int64=5) %!d(string=hai) anos
pai
achega
83a352e4bf
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      app/Controllers/feedController.php

+ 0 - 1
app/Controllers/feedController.php

@@ -373,7 +373,6 @@ class FreshRSS_feed_Controller extends Minz_ActionController {
 					}
 					$newGuids[$entry->guid()] = true;
 
-					$entry_date = $entry->date(true);
 					if (isset($existingHashForGuids[$entry->guid()])) {
 						$existingHash = $existingHashForGuids[$entry->guid()];
 						if (strcasecmp($existingHash, $entry->hash()) === 0) {