mirror of
https://github.com/golang/go
synced 2024-11-18 16:54:43 -07:00
internal/lsp/protocol: remove unused DocumentUri type
Change-Id: I8fbc8cbbb4e62c1eca4de767d054f5d098f27edd Reviewed-on: https://go-review.googlesource.com/c/tools/+/215497 Reviewed-by: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
dbc83e6dc0
commit
13c74800b9
@ -20,8 +20,6 @@ const (
|
||||
RequestCancelledError = -32800
|
||||
)
|
||||
|
||||
type DocumentUri = string
|
||||
|
||||
type canceller struct{ jsonrpc2.EmptyHandler }
|
||||
|
||||
type clientHandler struct {
|
||||
|
Loading…
Reference in New Issue
Block a user