Minor cleanup

This commit is contained in:
Michael S. Klishin 2011-08-14 22:57:53 +04:00
parent 7b987ed8af
commit 5a546e68d0

View file

@ -23,13 +23,6 @@
(def ^:dynamic ^WriteConcern *mongodb-write-concern* WriteConcern/NORMAL)
;;
;; Protocols
;;
;;
;; API
;;
@ -47,4 +40,3 @@
(.getDB *mongodb-connection* name))
([^Mongo connection, ^String name]
(.getDB connection name)))