Remove unreachable code

This commit is contained in:
Dan Buch 2016-04-30 12:22:32 -04:00
parent e059dc8188
commit f3b589e892
No known key found for this signature in database
GPG Key ID: FAEF12936DD3E3EC

View File

@ -268,8 +268,6 @@ func globalContext(ctx *Context) *Context {
}
ctx = ctx.parentContext
}
return nil
}
func lookupGlobalFlagSet(name string, ctx *Context) *flag.FlagSet {