summaryrefslogtreecommitdiff
path: root/src/utils.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.clj')
-rwxr-xr-xsrc/utils.clj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils.clj b/src/utils.clj
index 52f8399..b0941f6 100755
--- a/src/utils.clj
+++ b/src/utils.clj
@@ -56,9 +56,6 @@
(defn nor [& args]
(not-any? identity args))
-(defn no-args-adaptor [f]
- (fn [& more] (f)))
-
(defn ms-in-future [ms]
(+ ms (System/currentTimeMillis)))