aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lux.clj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 103c15565..83353f7e9 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -14,9 +14,6 @@
;; Finish total-locals
- ;; TODO: Change &type/check to it returns a tuple with the new expected & actual types
- ;; TODO: Stop passing-along the exo-types and instead pass-along endo-types where possible
-
(time (&compiler/compile-all (&/|list "lux")))
(System/gc)
(time (&compiler/compile-all (&/|list "lux" "test2")))