diff options
Diffstat (limited to 'libgo/go/flag')
-rw-r--r-- | libgo/go/flag/flag.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libgo/go/flag/flag.go b/libgo/go/flag/flag.go index e7c863e..d3b454f 100644 --- a/libgo/go/flag/flag.go +++ b/libgo/go/flag/flag.go @@ -269,7 +269,6 @@ type FlagSet struct { actual map[string]*Flag formal map[string]*Flag args []string // arguments after flags - exitOnError bool // does the program exit if there's an error? errorHandling ErrorHandling output io.Writer // nil means stderr; use out() accessor } |