Skip to content

Commit 88862c9

Browse files
committed
delete useless func
1 parent d92518e commit 88862c9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lsp-completion.el

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -547,16 +547,6 @@ Returns resolved completion item details."
547547
(string-lessp label-left label-right)
548548
(string-lessp sort-text-left sort-text-right)))))
549549

550-
(defun lsp-completion--make-items (items markers prefix)
551-
"Make completion candidates for CAPF.
552-
553-
ITEMS are raw LSP CompletionItems, MARKERS are buffer boundary positions
554-
of the PREFIX string."
555-
(-map
556-
(lambda (item)
557-
(lsp-completion--make-item item :markers markers :prefix prefix))
558-
(lsp-completion--filter-candidates items)))
559-
560550
;;;###autoload
561551
(defun lsp-completion-at-point ()
562552
"Get lsp completions."

0 commit comments

Comments
 (0)