summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib.c b/lib.c
index 08e1d5ea..743e6ff2 100644
--- a/lib.c
+++ b/lib.c
@@ -294,8 +294,6 @@ seq_info_t seq_info(val obj)
ret.kind = SEQ_VECLIKE;
if (maybe_slot(obj, car_s))
ret.kind = SEQ_LISTLIKE;
- if (maybe_slot(obj, car_s))
- ret.kind = SEQ_LISTLIKE;
else
ret.kind = SEQ_NOTSEQ;
}