From f3b462a33333378f5df86e5b89f2b7d9523da9df Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Sat, 6 Mar 2021 18:35:40 -0800 Subject: [PATCH] Remove unused function --- racer.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/racer.el b/racer.el index 0639ca3..fb26acf 100644 --- a/racer.el +++ b/racer.el @@ -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)