Skip to content

Commit 0871c56

Browse files
committed
Remove unused variable
1 parent 5680936 commit 0871c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lsp-java.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ current symbol."
15881588
:actions `(["Go to" lsp-treemacs-go-to])))
15891589
nodes))
15901590

1591-
(lsp-defun lsp-java--type-hierarchy-render ((item &as &TypeHierarchyItem :uri :range (&Range :start)) direction _ callback)
1591+
(defun lsp-java--type-hierarchy-render (item direction _ callback)
15921592
(lsp-request-async
15931593
"workspace/executeCommand"
15941594
(list :command "java.navigate.resolveTypeHierarchy"

0 commit comments

Comments
 (0)