Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Mar 7, 2021
1 parent 53524e3 commit f3b462a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions racer.el
Expand Up @@ -221,12 +221,6 @@ Evaluate BODY, then delete the temporary file."
(progn ,@body)
(delete-file ,path-sym))))

(defun racer--slurp (file)
"Return the contents of FILE as a string."
(with-temp-buffer
(insert-file-contents-literally file)
(buffer-string)))

(defmacro racer--with-temp-buffers (stdout-sym stderr-sym &rest body)
(declare (indent 2) (debug (symbolp body)))
`(let ((kill-buffer-query-functions nil)
Expand Down

0 comments on commit f3b462a

Please sign in to comment.