From 8ce456bd195c0ddfa18ce87f68a4447689c18489 Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Thu, 6 Aug 2015 13:35:03 +0200 Subject: kernel: remove unused MAXCRYPT constant from portdat.h --- sys/src/9/port/portdat.h | 1 - 1 file changed, 1 deletion(-) 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 */ -- cgit v1.2.3