aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/cache.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/cache.lux')
-rw-r--r--new-luxc/source/luxc/cache.lux9
1 files changed, 0 insertions, 9 deletions
diff --git a/new-luxc/source/luxc/cache.lux b/new-luxc/source/luxc/cache.lux
deleted file mode 100644
index 8be91fb35..000000000
--- a/new-luxc/source/luxc/cache.lux
+++ /dev/null
@@ -1,9 +0,0 @@
-(.module:
- lux
- (lux (data [text]
- (coll (dictionary ["dict" unordered #+ Dict])))))
-
-(type: #export Cache (Dict Text Module))
-(def: #export empty Cache (dict.new text.Hash<Text>))
-
-(def: #export descriptor-name Text "lux_module_descriptor")