Remove unreachable code
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user