Skip to content

Commit 0da5498

Browse files
committed
Remove unused const
1 parent 381d6d5 commit 0da5498

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

analysis/typecheck/typecheck.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ var Analyzer = &analysis.Analyzer{
2929
}
3030

3131
const (
32-
bigslicePkgPath = "github.com/grailbio/bigslice"
33-
execPkgPath = "github.com/grailbio/bigslice/exec"
34-
funcValueTypeString = "*github.com/grailbio/bigslice.FuncValue"
32+
bigslicePkgPath = "github.com/grailbio/bigslice"
33+
execPkgPath = "github.com/grailbio/bigslice/exec"
3534
)
3635

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

0 commit comments

Comments
 (0)