shithub: riscv

Download patch

ref: df53b2d69b20d23f2a41968351f8ffc17176b482
parent: bd9b5f065fdd1d2d11b12799c0c3d3ee77ea2291
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;