git: 9front

Download patch

ref: 9b58ff963af51ba4be3dc1453bc70cba6fdf7c4d
parent: 741a0e4e58b196aee0acf6973ad53421e8c7aeb7
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Thu Mar 31 00:23:27 EDT 2016

kernel: remove unused NSMAX, NSLOG, NSCACHE constants from portdat.h

--- a/sys/src/9/port/portdat.h
+++ b/sys/src/9/port/portdat.h
@@ -244,13 +244,6 @@
 	Qid	qid[1];
 };
 
-enum
-{
-	NSMAX	=	1000,
-	NSLOG	=	7,
-	NSCACHE	=	(1<<NSLOG),
-};
-
 struct Mount
 {
 	ulong	mountid;
--