Skip to content

Commit 0262a07

Browse files
committed
server: remove unused code
1 parent 841c0cd commit 0262a07

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

server.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,6 @@ type server struct {
195195

196196
var _ Server = (*server)(nil)
197197

198-
// Run runs the Language Server Protocol server.
199-
// func (s *server) Run(ctx context.Context) (err error) {
200-
// err = s.Conn.Run(ctx)
201-
// return
202-
// }
203-
204198
// Initialize sents the request as the first request from the client to the server.
205199
//
206200
// If the server receives a request or notification before the initialize request it should act as follows:

0 commit comments

Comments
 (0)