Removed unused variable (#3587)

From https://github.com/FreshRSS/FreshRSS/pull/2335
This commit is contained in:
Alexandre Alapetite
2021-04-17 18:11:03 +02:00
committed by GitHub
parent d0d5f1ce3f
commit 83a352e4bf

View File

@@ -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) {