summaryrefslogtreecommitdiff
path: root/lsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'lsp.c')
-rw-r--r--lsp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lsp.c b/lsp.c
index 9617f6d..9761049 100644
--- a/lsp.c
+++ b/lsp.c
@@ -4,8 +4,6 @@
#include "lsp.h"
#include "util.h"
-const char *language_to_str(Language language);
-
static LSPMutex request_id_mutex;
// it's nice to have request IDs be totally unique, including across LSP servers.