mirror of https://github.com/golang/go.git
[dev.power64] cmd/9l: remove MAXIO (fix build)
LGTM=rsc R=rsc, iant CC=golang-codereviews https://golang.org/cl/124270043
This commit is contained in:
parent
f4529adabe
commit
560cf4c6de
|
|
@ -54,7 +54,6 @@ enum
|
|||
{
|
||||
FPCHIP = 1,
|
||||
STRINGSZ = 200,
|
||||
MAXIO = 8192,
|
||||
MAXHIST = 20, /* limit of path elements for history symbols */
|
||||
DATBLK = 1024,
|
||||
NHASH = 10007,
|
||||
|
|
|
|||
Loading…
Reference in New Issue