From 412cbffb0e8d127b4f22733b9151c9e738fe7809 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sun, 3 Mar 2019 14:32:34 -0400 Subject: Some refactoring around statements. --- new-luxc/source/luxc/lang/translation/jvm.lux | 1 - 1 file changed, 1 deletion(-) (limited to 'new-luxc/source/luxc/lang/translation/jvm.lux') diff --git a/new-luxc/source/luxc/lang/translation/jvm.lux b/new-luxc/source/luxc/lang/translation/jvm.lux index 01bc2b36f..d1d1a9f4c 100644 --- a/new-luxc/source/luxc/lang/translation/jvm.lux +++ b/new-luxc/source/luxc/lang/translation/jvm.lux @@ -135,7 +135,6 @@ (def: #export runtime-class "LuxRuntime") (def: #export function-class "LuxFunction") (def: #export runnable-class "LuxRunnable") -(def: #export unit "") (def: #export $Variant jvm.Type (type.array 1 ..$Object)) (def: #export $Tuple jvm.Type (type.array 1 ..$Object)) -- cgit v1.2.3