summaryrefslogtreecommitdiff
path: root/content/llcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/llcache.c')
-rw-r--r--content/llcache.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/content/llcache.c b/content/llcache.c
index b241ab22b..ad4d6d1f7 100644
--- a/content/llcache.c
+++ b/content/llcache.c
@@ -3087,14 +3087,6 @@ void llcache_finalise(void)
llcache = NULL;
}
-/* See llcache.h for documentation */
-nserror llcache_poll(void)
-{
- fetch_poll();
-
- return NSERROR_OK;
-}
-
/**
* Catch up the cache users with state changes from fetchers.
*