shithub: riscv

Download patch

ref: 739bb1a06f2fce522a602c7f1dd61c1d28ffda8b
parent: d7613e356c55a3b7a1140a1f6d8aa6dca43b9d97
author: cinap_lenrek <[email protected]>
date: Wed Jun 24 15:21:47 EDT 2020

upas/fs: remove now unused Mtrunc mimeflags constant

--- a/sys/src/cmd/upas/fs/dat.h
+++ b/sys/src/cmd/upas/fs/dat.h
@@ -34,9 +34,6 @@
 	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 */