aboutsummaryrefslogtreecommitdiff
path: root/src/lux.clj
diff options
context:
space:
mode:
authorEduardo Julian2015-05-14 08:23:10 -0400
committerEduardo Julian2015-05-14 08:23:10 -0400
commitc4ac3e692ae96d6898d8efb42faf4dfadd43f4ae (patch)
treed6d33dd608fb73cb753d412f43efcfe70a97b22e /src/lux.clj
parent279598fd1d5aace000231e4e85e5f9967634ce81 (diff)
- Removed the apparently unnecessary total-locals.
Diffstat (limited to '')
-rw-r--r--src/lux.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lux.clj b/src/lux.clj
index 62e9d14f9..5b32955a3 100644
--- a/src/lux.clj
+++ b/src/lux.clj
@@ -9,7 +9,5 @@
(System/exit 0))
(comment
- ;; TODO: Finish total-locals
-
;; cd output && jar cvf program.jar * && java -cp "program.jar" program && cd ..
)