summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-03-31 04:23:27 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-03-31 04:23:27 +0200
commitdf53b2d69b20d23f2a41968351f8ffc17176b482 (patch)
tree7b1d3a76eefd9dc9eb3867394acb409a5cd070cf
parentbd9b5f065fdd1d2d11b12799c0c3d3ee77ea2291 (diff)
downloadplan9front-df53b2d69b20d23f2a41968351f8ffc17176b482.tar.xz
kernel: remove unused NSMAX, NSLOG, NSCACHE constants from portdat.h
-rw-r--r--sys/src/9/port/portdat.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/src/9/port/portdat.h b/sys/src/9/port/portdat.h
index 9e3b62c7f..00519897e 100644
--- a/sys/src/9/port/portdat.h
+++ b/sys/src/9/port/portdat.h
@@ -244,13 +244,6 @@ struct Walkqid
Qid qid[1];
};
-enum
-{
- NSMAX = 1000,
- NSLOG = 7,
- NSCACHE = (1<<NSLOG),
-};
-
struct Mount
{
ulong mountid;