diff options
Diffstat (limited to 'src/boot.clj')
-rw-r--r-- | src/boot.clj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot.clj b/src/boot.clj index 213b70a0..774bb5b4 100644 --- a/src/boot.clj +++ b/src/boot.clj @@ -104,7 +104,6 @@ `(let [~gor ~x] (if ~gor ~gor (or ~@rest)))))) - ;;math stuff (defn + ([] 0) |