git: 9front

Download patch

ref: a8b2d4878561d3c46bfa23ce776cd39fc2cef72a
parent: d0f2118c32ef3bd152d8057b2844604cf1c2e722
author: Sigrid Solveig Haflínudóttir <ftrvxmtrx@gmail.com>
date: Sun Jun 20 10:59:10 EDT 2021

threadimpl.h: remove Printsize as well (unused)

--- a/sys/src/libthread/threadimpl.h
+++ b/sys/src/libthread/threadimpl.h
@@ -47,7 +47,6 @@
 enum
 {
 	RENDHASH = 13,
-	Printsize = 2048,
 };
 
 struct Rgrp
--