diff --git a/context.go b/context.go index 45013ac..ef3d2fc 100644 --- a/context.go +++ b/context.go @@ -268,8 +268,6 @@ func globalContext(ctx *Context) *Context { } ctx = ctx.parentContext } - - return nil } func lookupGlobalFlagSet(name string, ctx *Context) *flag.FlagSet {