diff options
| author | Paul Buetow <paul@buetow.org> | 2025-09-03 09:25:06 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-09-03 09:25:06 +0300 |
| commit | b089ce13904d225a77ed2a4825fa88366a57442c (patch) | |
| tree | fe0b6e7374a145038801fdc8ca0ac216f4acccfe /internal/lsp/server.go | |
| parent | 69fb353b042ebc0e288bc60ccc1c4f7403994d13 (diff) | |
delete dead code
Diffstat (limited to 'internal/lsp/server.go')
| -rw-r--r-- | internal/lsp/server.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/lsp/server.go b/internal/lsp/server.go index 999c3e4..4b72717 100644 --- a/internal/lsp/server.go +++ b/internal/lsp/server.go @@ -27,7 +27,6 @@ type Server struct { contextMode string windowLines int maxContextTokens int - noDiskIO bool triggerChars []string // If set, used as the LSP coding temperature for all LLM calls codingTemperature *float64 |
