summaryrefslogtreecommitdiff
path: root/sys/src/cmd/upas/fs
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2020-06-24 19:21:47 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2020-06-24 19:21:47 +0200
commit739bb1a06f2fce522a602c7f1dd61c1d28ffda8b (patch)
tree86a5f91610c083d1e014f1e4bb82963afc064134 /sys/src/cmd/upas/fs
parentd7613e356c55a3b7a1140a1f6d8aa6dca43b9d97 (diff)
upas/fs: remove now unused Mtrunc mimeflags constant
Diffstat (limited to 'sys/src/cmd/upas/fs')
-rw-r--r--sys/src/cmd/upas/fs/dat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/src/cmd/upas/fs/dat.h b/sys/src/cmd/upas/fs/dat.h
index f4543e22f..415415edb 100644
--- a/sys/src/cmd/upas/fs/dat.h
+++ b/sys/src/cmd/upas/fs/dat.h
@@ -34,9 +34,6 @@ enum {
Disappear = 1<<3,
Dmark = 1<<4, /* temporary mark for idx scan */
- /* mime flags */
- Mtrunc = 1<<0, /* message had no boundary */
-
Maxmsg = 75*1024*1024, /* maxmessage size; debugging */
Maxcache = 512*1024, /* target cache size; set low for debugging */
Nctab = 15, /* max # of cached messages >10 */