summaryrefslogtreecommitdiffstats
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib.c b/lib.c
index 2e5cffef..0dc756ba 100644
--- a/lib.c
+++ b/lib.c
@@ -13453,9 +13453,6 @@ val dwim_del(val place_p, val seq, val ind_range)
(void) remhash(seq, ind_range);
return seq;
}
- if (obj_struct_p(seq))
- uw_throwf(error_s, lit("index/range delete: not supported for structs"),
- nao);
default:
break;
}