diff options
Diffstat (limited to 'src/utils.clj')
| -rwxr-xr-x | src/utils.clj | 3 |
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))) |
