aboutsummaryrefslogtreecommitdiff
path: root/src/lux/analyser/base.clj
diff options
context:
space:
mode:
authorEduardo Julian2016-05-03 01:30:27 -0400
committerEduardo Julian2016-05-03 01:30:27 -0400
commita67cdf04aadb9876a995aab4331001e2f4e19e6c (patch)
tree8367ab4514a339bfd37f19cab1b5b86279f101da /src/lux/analyser/base.clj
parent4d14d395d4861ee6a82d4ef9ee54e946cf3c46bc (diff)
- Removed _jvm_instanceof from the list of special forms.
Diffstat (limited to 'src/lux/analyser/base.clj')
-rw-r--r--src/lux/analyser/base.clj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lux/analyser/base.clj b/src/lux/analyser/base.clj
index 651fb4cea..9faa36939 100644
--- a/src/lux/analyser/base.clj
+++ b/src/lux/analyser/base.clj
@@ -27,7 +27,6 @@
("captured" 1)
("host" 2)
- ("jvm-instanceof" 1)
("jvm-class" 1)
("jvm-interface" 1)
("jvm-program" 1)