diff options
author | Alan Pearce | 2014-09-13 09:11:21 +0100 |
---|---|---|
committer | Alan Pearce | 2014-09-13 09:11:21 +0100 |
commit | 6db0ccd25b4e6cd8724f5723027dca926b0e3aae (patch) | |
tree | 74b253f9bdf8660fd5d2706948f37b0becc59409 | |
parent | 08f9c2b929f1a19e39a1cda2743da3837f3cc132 (diff) | |
download | microformats-6db0ccd25b4e6cd8724f5723027dca926b0e3aae.tar.lz microformats-6db0ccd25b4e6cd8724f5723027dca926b0e3aae.tar.zst microformats-6db0ccd25b4e6cd8724f5723027dca926b0e3aae.zip |
Remove unnecessary comment
-rw-r--r-- | src/microformats/parser.clj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/microformats/parser.clj b/src/microformats/parser.clj index a083ea0..3200669 100644 --- a/src/microformats/parser.clj +++ b/src/microformats/parser.clj @@ -3,8 +3,6 @@ [clojure.core.reducers :as r] [clojure.string :as str])) -;;; Turn string into stream - (defn mf-names-from-class "Get microformat classnames from a class attribute" [prefix] |