Skip to content

Commit

Permalink
This is dead.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersbakken committed Nov 24, 2016
1 parent 1360dac commit 5d0ecdf
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/company-rtags.el
Original file line number Diff line number Diff line change
Expand Up @@ -192,19 +192,6 @@ and `c-electric-colon', for automatic completion right after \">\" and
(when (memq status '(exit signal closed failed))
(kill-buffer (process-buffer process)))))

(defun rtags-company-update-completions (cb)
(setq rtags-company-last-completion-callback cb)
(let ((buf (current-buffer)))
(with-current-buffer (generate-new-buffer "*RTags Completions*")
(rtags-call-rc :path (buffer-file-name buf)
:async (cons nil 'rtags-company-code-complete-at-sentinel)
:unsaved (and (buffer-modified-p buf) buf)
"--synchronous-completions"
"--code-complete-no-wait"
"--elisp"
"--code-complete-at"
rtags-company-last-completion-location))))

(defun company-rtags (command &optional arg &rest ignored)
"`company-mode' completion back-end for RTags."
(interactive (list 'interactive))
Expand Down

0 comments on commit 5d0ecdf

Please sign in to comment.