From 4b2101ba6ab62ae26d82cc8b86e0e61e9c007156 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 19 Jun 2014 18:27:24 +0100 Subject: clean up the fetcher factory and improve its API --- content/llcache.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'content/llcache.h') diff --git a/content/llcache.h b/content/llcache.h index 4a3521637..d4ed5f095 100644 --- a/content/llcache.h +++ b/content/llcache.h @@ -238,13 +238,6 @@ nserror llcache_initialise(const struct llcache_parameters *parameters); */ void llcache_finalise(void); -/** - * Cause the low-level cache to emit any pending notifications. - * - * \return NSERROR_OK on success, appropriate error otherwise. - */ -nserror llcache_poll(void); - /** * Cause the low-level cache to attempt to perform cleanup. * -- cgit v1.2.3