aboutsummaryrefslogtreecommitdiff
path: root/src/lux/compiler.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/lux/compiler.clj')
-rw-r--r--src/lux/compiler.clj9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/lux/compiler.clj b/src/lux/compiler.clj
index 6ea22dc66..f3af23768 100644
--- a/src/lux/compiler.clj
+++ b/src/lux/compiler.clj
@@ -125,15 +125,6 @@
(&o/$jvm-try ?body ?catches ?finally)
(&&host/compile-jvm-try compile-expression ?body ?catches ?finally)
- (&o/$jvm-throw ?ex)
- (&&host/compile-jvm-throw compile-expression ?ex)
-
- (&o/$jvm-monitorenter ?monitor)
- (&&host/compile-jvm-monitorenter compile-expression ?monitor)
-
- (&o/$jvm-monitorexit ?monitor)
- (&&host/compile-jvm-monitorexit compile-expression ?monitor)
-
(&o/$jvm-instanceof ?class ?object)
(&&host/compile-jvm-instanceof compile-expression ?class ?object)