shithub: gefs

Download patch

ref: cef545a5d80b7987f6070af1da391bafc5ffc995
parent: 20e7b8edd7daf1166b1cd6b2f7062306385146f2
author: Ori Bernstein <ori@eigenstate.org>
date: Wed Nov 30 21:42:59 EST 2022

tree: remove unused vars

--- a/dat.h
+++ b/dat.h
@@ -377,10 +377,6 @@
 	int	ht;
 	Bptr	bp;
 	vlong	gen;
-	Msg	flush[16];
-	int	nflush;
-	int	flushsz;
-	char	flushbuf[Bufspc/2];
 	Dlist	dead[Ndead];
 };