summaryrefslogtreecommitdiff
path: root/sys/src/9/port/portdat.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-08-06 13:35:03 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-08-06 13:35:03 +0200
commit8ce456bd195c0ddfa18ce87f68a4447689c18489 (patch)
tree328ad5f351472b38ca31e7b10312bbcd6977fc55 /sys/src/9/port/portdat.h
parenta87b5501832a268c0587d2157837a494b0b0dc2e (diff)
kernel: remove unused MAXCRYPT constant from portdat.h
Diffstat (limited to 'sys/src/9/port/portdat.h')
-rw-r--r--sys/src/9/port/portdat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/port/portdat.h b/sys/src/9/port/portdat.h
index 2fdf4f927..a5310ecde 100644
--- a/sys/src/9/port/portdat.h
+++ b/sys/src/9/port/portdat.h
@@ -790,7 +790,6 @@ struct Proc
enum
{
PRINTSIZE = 256,
- MAXCRYPT = 127,
NUMSIZE = 12, /* size of formatted number */
MB = (1024*1024),
/* READSTR was 1000, which is way too small for usb's ctl file */