From f3b589e89239925ddf57fda31d049dd31ce3f495 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 30 Apr 2016 12:22:32 -0400 Subject: [PATCH] Remove unreachable code --- context.go | 2 -- 1 file changed, 2 deletions(-) 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 {