aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/datacache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datacache/datacache.c')
-rw-r--r--src/datacache/datacache.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/datacache/datacache.c b/src/datacache/datacache.c
index bfd48ff63..c8530055d 100644
--- a/src/datacache/datacache.c
+++ b/src/datacache/datacache.c
@@ -35,11 +35,6 @@ struct GNUNET_DATACACHE_Handle
35{ 35{
36 36
37 /** 37 /**
38 * Our datastore plugin (NULL if not available).
39 */
40 struct DatastorePlugin *plugin;
41
42 /**
43 * Bloomfilter to quickly tell if we don't have the content. 38 * Bloomfilter to quickly tell if we don't have the content.
44 */ 39 */
45 struct GNUNET_CONTAINER_BloomFilter *filter; 40 struct GNUNET_CONTAINER_BloomFilter *filter;