Skip to content

Commit

Permalink
[chore] Remove unused variable (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
james0209 authored May 23, 2024
1 parent 74dae61 commit ac4e68e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions product/consul.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ import (

var consulVersionOutputRe = regexp.MustCompile(`Consul ` + simpleVersionRe)

var (
v1_18 = version.Must(version.NewVersion("1.18"))
)

var Consul = Product{
Name: "consul",
BinaryName: func() string {
Expand Down

0 comments on commit ac4e68e

Please sign in to comment.