Rocco Rutte:
[apps/madmutt.git] / hcache.c
index 734014d..7e7334d 100644 (file)
--- a/hcache.c
+++ b/hcache.c
@@ -618,9 +618,6 @@ mutt_hcache_open(const char *path, const char *folder)
 {
   struct header_cache *h = safe_calloc(1, sizeof (HEADER_CACHE));
   int    flags = VL_OWRITER | VL_OCREAT;
-#if 0 /* FIXME */
-  int pagesize = atoi(HeaderCachePageSize) ? atoi(HeaderCachePageSize) : 16384;
-#endif
   h->db = NULL;
   h->folder = safe_strdup(folder);
   h->crc = generate_crc32();