remove unused field

This commit is contained in:
chzyer 2016-09-04 21:05:21 +08:00
parent 6cbf970b0b
commit 31ab3eee0c
1 changed files with 7 additions and 8 deletions

1
std.go
View File

@ -73,7 +73,6 @@ type CancelableStdin struct {
data []byte
read int
err error
ioloopFired bool
}
func NewCancelableStdin(r io.Reader) *CancelableStdin {