shithub: gefs

Download patch

ref: 0b48ffaa5b5ffe4bb1ea88e21bbfede601bb3215
parent: d6bb5f62edae3b7a311ed3a0a27f8f0273693ca0
author: Ori Bernstein <ori@eigenstate.org>
date: Thu May 16 14:39:20 EDT 2024

tree: remove unused junk

--- a/dat.h
+++ b/dat.h
@@ -427,11 +427,6 @@
 	vlong	pred;	/* previous snapshot */
 	vlong	succ;	/* next snapshot */
 	vlong	base;	/* base snapshot */
-
-	Msg	mq[64];
-	int	qsz;
-	int	nq;
-	char	buf[Bufspc];
 };
 
 enum {
@@ -702,7 +697,6 @@
 
 struct Scan {
 	vlong	offset;	/* last read offset */
-Tree *t;
 	char	first;
 	char	donescan;
 	char	overflow;