summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/match.tl2
1 files changed, 0 insertions, 2 deletions
diff --git a/stdlib/match.tl b/stdlib/match.tl
index a382a5e6..b717a1a4 100644
--- a/stdlib/match.tl
+++ b/stdlib/match.tl
@@ -710,8 +710,6 @@
(let ((dfl-cnt 0))
(if (and [all clauses
[chain car [orf [chain non-triv-pat-p not]
- [iff (op equal '@nil)
- (do inc dfl-cnt)]
(do if-match (@(eq 'sys:var) @nil) @1
(inc dfl-cnt))]]]
(< dfl-cnt 2)