Skip to content

Commit

Permalink
fix: trim unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCoene committed Sep 2, 2024
1 parent df43aea commit a9495ae
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions vapour.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,13 @@ package main

import (
"github.com/devOpifex/vapour/lexer"
protocol "github.com/tliron/glsp/protocol_3_16"
"github.com/tliron/glsp/server"
)

type vapour struct {
name string
version string
handler *protocol.Handler
server *server.Server
root *string
files lexer.Files
combined []byte
name string
version string
root *string
files lexer.Files
}

func New() *vapour {
Expand Down

0 comments on commit a9495ae

Please sign in to comment.