Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrhodes committed Sep 15, 2023
1 parent c612627 commit c6ff092
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions services/packages/server/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,6 @@ var (
}
)

var versionExtractorRe = regexp.MustCompile("")

func parseToNumbers(version string) []int {
out := make([]int, 5)

Expand Down

0 comments on commit c6ff092

Please sign in to comment.