From c7e53036704b1a89b740c023c7b4bcc74b7e956a Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 14 Jun 2017 17:56:24 -0400 Subject: - Heavy refactoring. --- new-luxc/source/luxc/host.jvm.lux | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'new-luxc/source/luxc/host.jvm.lux') diff --git a/new-luxc/source/luxc/host.jvm.lux b/new-luxc/source/luxc/host.jvm.lux index c46e1cf1f..37b62b30d 100644 --- a/new-luxc/source/luxc/host.jvm.lux +++ b/new-luxc/source/luxc/host.jvm.lux @@ -81,6 +81,5 @@ (-> Top &&common;Host) (let [store (: &&common;Class-Store (A;atom (d;new text;Hash)))] - {#&&common;visitor #;None - #&&common;loader (memory-class-loader store) + {#&&common;loader (memory-class-loader store) #&&common;store store})) -- cgit v1.2.3