Skip to content

Commit 6250676

Browse files
committed
Remove dead code
1 parent b766094 commit 6250676

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

clojure-mode.el

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -542,16 +542,6 @@ ENDP and DELIM."
542542
"\\_<\\(?:'+\\|#\\)")
543543
(line-beginning-position)))))
544544

545-
(defconst clojure--collection-tag-regexp "#\\(::[a-zA-Z0-9._-]*\\|:?\\([a-zA-Z0-9._-]+/\\)?[a-zA-Z0-9._-]+\\)"
546-
"Collection reader macro tag regexp.
547-
It is intended to check for allowed strings that can come before a
548-
collection literal (e.g. '[]' or '{}'), as reader macro tags.
549-
This includes #fully.qualified/my-ns[:kw val] and #::my-ns{:kw
550-
val} as of Clojure 1.9.")
551-
552-
(make-obsolete-variable 'clojure--collection-tag-regexp nil "5.12.0")
553-
(make-obsolete 'clojure-no-space-after-tag 'clojure-space-for-delimiter-p "5.12.0")
554-
555545
(declare-function paredit-open-curly "ext:paredit" t t)
556546
(declare-function paredit-close-curly "ext:paredit" t t)
557547
(declare-function paredit-convolute-sexp "ext:paredit")

0 commit comments

Comments
 (0)