summaryrefslogtreecommitdiff
path: root/include/digest.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-02-19 15:42:52 +0400
committerAndrew Dolgov <[email protected]>2014-02-19 15:42:52 +0400
commit4a80c57c50a474c57ba76eb75c1f01daf6e7f121 (patch)
tree7192fc81ba5ce62698cafda23cf4cb7a49e57dd4 /include/digest.php
parent5ba1ddd40945fd7543228c09108cd7761f6e00f0 (diff)
remove some unused code reported by phpmd
Diffstat (limited to 'include/digest.php')
-rw-r--r--include/digest.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/digest.php b/include/digest.php
index 4427936e5..71ee6d203 100644
--- a/include/digest.php
+++ b/include/digest.php
@@ -127,8 +127,6 @@
ORDER BY ttrss_feed_categories.title, ttrss_feeds.title, score DESC, date_updated DESC
LIMIT $limit");
- $cur_feed_title = "";
-
$headlines_count = db_num_rows($result);
$headlines = array();