From f07f5770945b4ca9e760e67fd48f6e76bc949080 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Fri, 8 Jun 2012 22:09:17 +0400 Subject: [PATCH] Cosmetics --- src/monger/operators.clj | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/monger/operators.clj b/src/monger/operators.clj index 0457676..8430775 100644 --- a/src/monger/operators.clj +++ b/src/monger/operators.clj @@ -11,10 +11,7 @@ (defmacro ^{:private true} defoperator [operator] - (let [op# (str operator) - op-sym# (symbol op#) - meta {:const true}] - `(def ^{:const true} ~op-sym# ~op#))) + `(def ^{:const true} ~(symbol (str operator)) ~(str operator))) ;; ;; QUERY OPERATORS