diff options
-rw-r--r-- | sys/src/9/port/portdat.h | 7 |
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; |