]> granicus.if.org Git - mutt/commitdiff
Unbreak QDBM too.
authorBrendan Cully <brendan@kublai.com>
Wed, 21 Dec 2005 19:53:21 +0000 (19:53 +0000)
committerBrendan Cully <brendan@kublai.com>
Wed, 21 Dec 2005 19:53:21 +0000 (19:53 +0000)
hcache.c

index de310e214907b960658d5b8a6823524852e6d048..64053cdea9d331cf09b7d4d19fb77381b91159aa 100644 (file)
--- a/hcache.c
+++ b/hcache.c
@@ -732,10 +732,7 @@ mutt_hcache_store_raw (void* db, const char* filename, void* data,
   char path[_POSIX_PATH_MAX];
   int ksize;
 #endif
-#if HAVE_QDBM
-  int dsize;
-  char *data = NULL;
-#elif HAVE_GDBM
+#if HAVE_GDBM
   datum key;
   datum databuf;
 #elif HAVE_DB4