Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
awalsh128 committed Nov 27, 2023
1 parent a366c76 commit 189ae35
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apt_query.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ func serialize(packages []AptPackage) string {
}

func main() {
const usageText string = "Usage: apt_query.go [normalized-list] <package names>"

if len(os.Args) < 3 {
exitOnError("Expected at least 2 arguments but found %d.", len(os.Args)-1)
return
Expand Down

0 comments on commit 189ae35

Please sign in to comment.