Remove caching of external MIME parts.
[mmh] / h / mhcachesbr.h
diff --git a/h/mhcachesbr.h b/h/mhcachesbr.h
deleted file mode 100644 (file)
index 77caabf..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
-** mhcachesbr.h -- definitions for manipulating MIME content cache
-*/
-
-/*
-** various cache policies
-*/
-static struct swit caches[] = {
-#define CACHE_NEVER    0
-       { "never", 0 },
-#define CACHE_PRIVATE  1
-       { "private", 0 },
-#define CACHE_PUBLIC   2
-       { "public", 0 },
-#define CACHE_ASK      3
-       { "ask", 0 },
-       { NULL, 0 }
-};