diff options
| author | Eduardo Julian | 2017-06-14 17:56:24 -0400 |
|---|---|---|
| committer | Eduardo Julian | 2017-06-14 17:56:24 -0400 |
| commit | c7e53036704b1a89b740c023c7b4bcc74b7e956a (patch) | |
| tree | fa75c05b4233e654c17edd4de2d2b0b6fb3cece9 /new-luxc/source/luxc/host | |
| parent | 9cd2927a4f6175784e081d6b512d3e900c8069e7 (diff) | |
- Heavy refactoring.
Diffstat (limited to '')
| -rw-r--r-- | new-luxc/source/luxc/host.jvm.lux | 3 |
1 files changed, 1 insertions, 2 deletions
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<Text>)))] - {#&&common;visitor #;None - #&&common;loader (memory-class-loader store) + {#&&common;loader (memory-class-loader store) #&&common;store store})) |
