summaryrefslogtreecommitdiff
path: root/src/utils.clj
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2011-02-22 23:11:34 -0500
committerScott Ostler <scottbot9000@gmail.com>2011-02-22 23:11:34 -0500
commit21ec2e9244ef0787908aede4bf4cb2e94bcf395d (patch)
tree3b9440c11f9f8e7cb6728ade45f099ef90384193 /src/utils.clj
parent42ef00aa4b0c68ab3d10c4deb586431c6793f8c2 (diff)
refactor tag handling, remove unused tag accessor func
Diffstat (limited to 'src/utils.clj')
-rwxr-xr-xsrc/utils.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.clj b/src/utils.clj
index f782836..4ed446a 100755
--- a/src/utils.clj
+++ b/src/utils.clj
@@ -365,7 +365,6 @@
(defn url-decode [text]
(URLDecoder/decode text "UTF-8"))
-; TODO: this duplicates str-utils, should be removed
(defn #^String lower-case
"Converts string to all lower-case."
[#^String s]