From 4a193141ca703475cd9625b3127016b7c49f507e Mon Sep 17 00:00:00 2001
From: Christopher Smith <chris@jalakai.co.uk>
Date: Wed, 26 Feb 2014 01:50:39 +0000
Subject: [PATCH] remove rendundant line

---
 feed.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/feed.php b/feed.php
index 960131b15..e64d5aa3e 100644
--- a/feed.php
+++ b/feed.php
@@ -20,7 +20,6 @@ $opt = rss_parseOptions();
 
 // the feed is dynamic - we need a cache for each combo
 // (but most people just use the default feed so it's still effective)
-$cache = getCacheName(join('', array_values($opt)).$_SERVER['REMOTE_USER'], '.feed');
 $key   = join('', array_values($opt)).$_SERVER['REMOTE_USER'].$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'];
 $cache = new cache($key, '.feed');
 
-- 
GitLab