branch: elpa/parseclj
commit 4f647c8cff7c3d5fd2ffc6a36418e1e387d40af4
Author: Arne Brasseur <[email protected]>
Commit: Arne Brasseur <[email protected]>
Remove duplicate defination of clj-lex--token-token
---
clj-parse.el | 5 -----
1 file changed, 5 deletions(-)
diff --git a/clj-parse.el b/clj-parse.el
index 3bff007a36..bf999470f4 100644
--- a/clj-parse.el
+++ b/clj-parse.el
@@ -107,11 +107,6 @@
(-partition 2 (-butlast (cdr coll))))))
stack)))
-;; TODO move this to clj-lex
-(defun clj-lex-token-type (token)
- (and (listp token)
- (cdr (assq 'type token))))
-
(defun clj-parse--reduce-coll (stack open-token coll-type reducN)
(let ((coll nil))
(while (and stack