diff options
author | Eduardo Julian | 2016-05-22 12:57:00 -0400 |
---|---|---|
committer | Eduardo Julian | 2016-05-22 12:57:00 -0400 |
commit | efeacef0a2b98fd428a37b8b6b127bd909ac0e18 (patch) | |
tree | 81274ca26eeb5cddabc871224e026cb860dbee9b /src/lux/analyser/host.clj | |
parent | 18ff8ef70aa422fc76244459f07a2cc4e81cc63e (diff) |
- Fixed that bug that was causing method definitions to be set as final and with strict-fp math.
Diffstat (limited to '')
-rw-r--r-- | src/lux/analyser/host.clj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lux/analyser/host.clj b/src/lux/analyser/host.clj index 3703b6ec9..a677b7973 100644 --- a/src/lux/analyser/host.clj +++ b/src/lux/analyser/host.clj @@ -2,7 +2,6 @@ ;; This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. ;; If a copy of the MPL was not distributed with this file, ;; You can obtain one at http://mozilla.org/MPL/2.0/. - (ns lux.analyser.host (:require (clojure [template :refer [do-template]] [string :as string]) |