aboutsummaryrefslogtreecommitdiff
path: root/gopls/internal/lsp/regtest/regtest.go
diff options
context:
space:
mode:
Diffstat (limited to 'gopls/internal/lsp/regtest/regtest.go')
-rw-r--r--gopls/internal/lsp/regtest/regtest.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/gopls/internal/lsp/regtest/regtest.go b/gopls/internal/lsp/regtest/regtest.go
index b2ef3575e..5a5232f3e 100644
--- a/gopls/internal/lsp/regtest/regtest.go
+++ b/gopls/internal/lsp/regtest/regtest.go
@@ -8,7 +8,6 @@ import (
"context"
"flag"
"fmt"
- "go/token"
"io/ioutil"
"os"
"runtime"
@@ -118,7 +117,6 @@ func Main(m *testing.M, hook func(*source.Options)) {
PrintGoroutinesOnFailure: *printGoroutinesOnFailure,
SkipCleanup: *skipCleanup,
OptionsHook: hook,
- fset: token.NewFileSet(),
store: memoize.NewStore(memoize.NeverEvict),
}