Skip to content

Commit 9de4050

Browse files
feat: Remove unused variable from lsp-magik (#4653)
1 parent 04e4857 commit 9de4050

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clients/lsp-magik.el

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@
5858
:group `lsp-magik
5959
:package-version '(lsp-mode . "9.0.0"))
6060

61-
(lsp-defcustom lsp-magik-java-home nil
62-
"Path to Java Runtime, Java 17 minimum."
63-
:type `string
64-
:group `lsp-magik
65-
:package-version '(lsp-mode . "9.0.0")
66-
:lsp-path "magik.javaHome")
67-
6861
(lsp-defcustom lsp-magik-product-dirs []
6962
"Paths to (compiled, containing a libs/ directory) products."
7063
:type `lsp-string-vector

0 commit comments

Comments
 (0)