Skip to content

Commit f92310d

Browse files
author
Nathan Marz
committed
remove satisfied TODO
1 parent 64a4b32 commit f92310d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/clj/backtype/storm/testing.clj

-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@
208208
`(with-simulated-time
209209
(with-local-cluster ~@args)))
210210

211-
;; TODO: should take in a port symbol and find available port automatically
212211
(defmacro with-inprocess-zookeeper [port-sym & body]
213212
`(with-local-tmp [tmp#]
214213
(let [[~port-sym zks#] (zk/mk-inprocess-zookeeper tmp#)]

0 commit comments

Comments
 (0)