Skip to content

Commit de162d5

Browse files
committed
Redundant rx or clause
(second clause always matches)
1 parent 1378a72 commit de162d5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

cider-eval.el

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -633,10 +633,7 @@ lol in this context, compiling:(/foo/core.clj:10:1)\"
633633
(defconst cider--clojure-execution-error-regexp
634634
`(sequence
635635
"Execution error "
636-
(or (sequence "("
637-
(minimal-match (one-or-more anything))
638-
")")
639-
(minimal-match (zero-or-more anything)))
636+
(minimal-match (zero-or-more anything))
640637
,cider-clojure-1.10--location))
641638

642639
(defconst cider--clojure-spec-execution-error-regexp

0 commit comments

Comments
 (0)