aboutsummaryrefslogtreecommitdiff
path: root/src/lux/analyser/base.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-05-01 16:07:44 -0400
committerEduardo Julian2016-05-01 16:07:44 -0400
commitd3de6ef430328c5014128b26f196a1274a2189b2 (patch)
tree3fe227422e03eaca7381d2e01dfd154c8f4d4931 /src/lux/analyser/base.clj
parenta62416888a48a07cf841ab3f68c848ad5da64a41 (diff)
- Removed _jvm_monitorenter, _jvm_monitorexit and _jvm_throw from the list of special forms.
Diffstat (limited to 'src/lux/analyser/base.clj')
-rw-r--r--src/lux/analyser/base.clj3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lux/analyser/base.clj b/src/lux/analyser/base.clj
index 7d20b808d..86838d354 100644
--- a/src/lux/analyser/base.clj
+++ b/src/lux/analyser/base.clj
@@ -40,9 +40,6 @@
("jvm-class" 1)
("jvm-interface" 1)
("jvm-try" 1)
- ("jvm-throw" 1)
- ("jvm-monitorenter" 1)
- ("jvm-monitorexit" 1)
("jvm-program" 1)
)