Remove unreachable code
This commit is contained in:
parent
e059dc8188
commit
f3b589e892
@ -268,8 +268,6 @@ func globalContext(ctx *Context) *Context {
|
|||||||
}
|
}
|
||||||
ctx = ctx.parentContext
|
ctx = ctx.parentContext
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func lookupGlobalFlagSet(name string, ctx *Context) *flag.FlagSet {
|
func lookupGlobalFlagSet(name string, ctx *Context) *flag.FlagSet {
|
||||||
|
Loading…
Reference in New Issue
Block a user