diff --git a/feed.php b/feed.php
index 960131b1514eb3afcfe6aae1f9e02f5a3a3aef55..e64d5aa3ec0792cccfc0c0989269887ed635a7a4 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');