Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Nov 26, 2024
1 parent ff4ea32 commit 02e8fd6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/moepkg/lsp/client.nim
Original file line number Diff line number Diff line change
Expand Up @@ -416,14 +416,6 @@ proc initLspClient*(command: string): Future[initLspClientResult] {.async.} =

c.outputStreamFuture = c.serverStreams.output.read

# block:
# # Init pollFd.
# c.pollFd.addr.zeroMem(sizeof(c.pollFd))
#
# # Registers fd and events.
# c.pollFd.fd = c.getFdStdout
# c.pollFd.events = POLLIN or POLLERR

c.serverName = commandSplit[0]

c.command = command
Expand Down

0 comments on commit 02e8fd6

Please sign in to comment.