diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-06-24 19:21:47 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2020-06-24 19:21:47 +0200 |
commit | 739bb1a06f2fce522a602c7f1dd61c1d28ffda8b (patch) | |
tree | 86a5f91610c083d1e014f1e4bb82963afc064134 /sys/src/cmd/upas/fs | |
parent | d7613e356c55a3b7a1140a1f6d8aa6dca43b9d97 (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.h | 3 |
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 */ |