branch: elpa/inf-clojure
commit 8b1c0734415592c2b17103ca4e76ed24a9f192f7
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Remove unused inf-clojure--whole-comment-line-p
    
    This function was never called anywhere in the codebase.
---
 inf-clojure.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 2b2a7f3e7f..2ee023e301 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -509,10 +509,6 @@ Should be a symbol that is a key in 
`inf-clojure-repl-features'."
 (defvar inf-clojure-custom-repl-name nil
   "A string to be used as the repl buffer name.")
 
-(defun inf-clojure--whole-comment-line-p (string)
-  "Return non-nil iff STRING is a whole line semicolon comment."
-  (string-match-p "^\s*;" string))
-
 (defun inf-clojure--sanitize-command (command)
   "Sanitize COMMAND for sending it to a process.
 An example of things that this function does is to add a final

Reply via email to