diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-06 13:35:03 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-08-06 13:35:03 +0200 |
commit | 8ce456bd195c0ddfa18ce87f68a4447689c18489 (patch) | |
tree | 328ad5f351472b38ca31e7b10312bbcd6977fc55 /sys/src/9/port/portdat.h | |
parent | a87b5501832a268c0587d2157837a494b0b0dc2e (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.h | 1 |
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 */ |