mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
internal/lsp/cmd: remove unused isRace global variable in cmd
Change-Id: I9a71df9012fe7477b9e28b8665806d2ecc18f659 Reviewed-on: https://go-review.googlesource.com/c/tools/+/188359 Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
This commit is contained in:
parent
1dcc99b65a
commit
73d708539c
@ -1,11 +0,0 @@
|
||||
// Copyright 2019 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build race
|
||||
|
||||
package cmd_test
|
||||
|
||||
func init() {
|
||||
isRace = true
|
||||
}
|
@ -19,8 +19,6 @@ import (
|
||||
"golang.org/x/tools/internal/lsp/tests"
|
||||
)
|
||||
|
||||
var isRace = false
|
||||
|
||||
type runner struct {
|
||||
exporter packagestest.Exporter
|
||||
data *tests.Data
|
||||
|
Loading…
x
Reference in New Issue
Block a user