Skip to content

Commit

Permalink
Remove unused const
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-newman committed Sep 16, 2020
1 parent ce06cfc commit 5b6a44b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions analysis/typecheck/typecheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ var Analyzer = &analysis.Analyzer{
}

const (
bigslicePkgPath = "github.com/grailbio/bigslice"
execPkgPath = "github.com/grailbio/bigslice/exec"
funcValueTypeString = "*github.com/grailbio/bigslice.FuncValue"
bigslicePkgPath = "github.com/grailbio/bigslice"
execPkgPath = "github.com/grailbio/bigslice/exec"
)

func run(pass *analysis.Pass) (interface{}, error) {
Expand Down

0 comments on commit 5b6a44b

Please sign in to comment.