Skip to content

Commit b44d056

Browse files
committed
Fix byte-compile warning
`lsp--ivy-format-symbol-match' destructured :deprecated?, an unused local. Remove it, fixing the warning.
1 parent 75ae6c8 commit b44d056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-ivy.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
(forward-char character))
129129

130130
(lsp-defun lsp-ivy--format-symbol-match
131-
((&SymbolInformation :name :kind :container-name? :deprecated? :location (&Location :uri))
131+
((&SymbolInformation :name :kind :container-name? :location (&Location :uri))
132132
project-root)
133133
"Convert the match returned by `lsp-mode` into a candidate string."
134134
(let* ((sanitized-kind (if (< kind (length lsp-ivy-symbol-kind-to-face)) kind 0))

0 commit comments

Comments
 (0)