aboutsummaryrefslogtreecommitdiff
path: root/lux-bootstrapper/src/lux/compiler/cache.clj
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lux-bootstrapper/src/lux/compiler/cache.clj3
1 files changed, 0 insertions, 3 deletions
diff --git a/lux-bootstrapper/src/lux/compiler/cache.clj b/lux-bootstrapper/src/lux/compiler/cache.clj
index b336ba6f0..931b6a165 100644
--- a/lux-bootstrapper/src/lux/compiler/cache.clj
+++ b/lux-bootstrapper/src/lux/compiler/cache.clj
@@ -68,9 +68,6 @@
(delete-all-module-files (new File (str output-dir-prefix f))))
nil))
-(defn make-tag [ident]
- (&/T [(&/T ["" 0 0]) (&/$Tag ident)]))
-
(defn make-identifier [ident]
(&/T [(&/T ["" 0 0]) (&/$Identifier ident)]))