Skip to content

Commit

Permalink
remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 29, 2022
1 parent b46ce7e commit cc8cab7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion client/env/reports.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ func TotalAPICallsInMonthAsync(environment string, month int, year int, envDetai
fmt.Fprintln(w)
w.Flush()
}
return
}

func TotalAPICallsInMonth(environment string, month int, year int) (total int, err error) {
Expand Down
2 changes: 0 additions & 2 deletions cmd/products/updprod.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ var UpdateCmd = &cobra.Command{
},
}

var merge bool

func init() {

UpdateCmd.Flags().StringVarP(&name, "name", "n",
Expand Down

0 comments on commit cc8cab7

Please sign in to comment.