Skip to content

Commit 7b8d226

Browse files
committed
remove redundant statement
1 parent a27c8a9 commit 7b8d226

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pkg/cmd/gist/create/create.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
7070
return nil
7171
},
7272
RunE: func(c *cobra.Command, args []string) error {
73-
// TODO redundant?
74-
opts.HttpClient = f.HttpClient
75-
7673
opts.Filenames = args
7774

7875
if runF != nil {

0 commit comments

Comments
 (0)