diff options
Diffstat (limited to '')
-rw-r--r-- | src/lux/optimizer.clj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/lux/optimizer.clj b/src/lux/optimizer.clj index c0aad5203..6fc551cae 100644 --- a/src/lux/optimizer.clj +++ b/src/lux/optimizer.clj @@ -26,7 +26,6 @@ ("captured" 1) ("host" 2) - ("jvm-instanceof" 1) ("jvm-class" 1) ("jvm-interface" 1) ("jvm-program" 1) @@ -81,9 +80,6 @@ (&-base/$host ?proc-ident ?args) (return ($host ?proc-ident ?args)) - (&-base/$jvm-instanceof value) - (return ($jvm-instanceof value)) - (&-base/$jvm-class value) (return ($jvm-class value)) |