aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/source/luxc/generator/common.jvm.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/source/luxc/generator/common.jvm.lux')
-rw-r--r--new-luxc/source/luxc/generator/common.jvm.lux3
1 files changed, 0 insertions, 3 deletions
diff --git a/new-luxc/source/luxc/generator/common.jvm.lux b/new-luxc/source/luxc/generator/common.jvm.lux
index 2c943c5e5..0dd19d032 100644
--- a/new-luxc/source/luxc/generator/common.jvm.lux
+++ b/new-luxc/source/luxc/generator/common.jvm.lux
@@ -27,8 +27,6 @@
{#loader ClassLoader
#store Class-Store})
-(def: #export unit Text "\u0000")
-
(def: #export (store-class name byte-code)
(-> Text Bytecode (Lux Unit))
(function [compiler]
@@ -50,4 +48,3 @@
(#R;Error (format "Unknown class: " name))))))
(def: #export bytecode-version Int Opcodes.V1_6)
-(def: #export runtime-class-name Text "LuxRT")