Skip to content
Snippets Groups Projects
Commit 6c65bafe authored by Cam Saul's avatar Cam Saul
Browse files

remove unused code

parent fa5ff382
No related branches found
No related tags found
No related merge requests found
......@@ -59,12 +59,7 @@
(def driver-name->driver-dataset
{:mongo (MongoDriverData.)
:generic-sql (GenericSqlDriverData.)})
(def driver-name->db-delay
"Map of `driver-name` to a delay that will return the corresponding `Database`."
{:mongo mongo-data/mongo-test-db
:generic-sql generic-sql-data/test-db})
(def valid-driver-names (set (keys driver-name->db-delay)))
(def valid-driver-names (set (keys driver-name->driver-dataset)))
(defmacro with-driver
"Execute BODY with `*db*` and `*db-id*` bound to appropriate places for "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment