remove low-level List.drop codes

This commit is contained in:
satotake 2021-11-15 11:28:38 +00:00 committed by GitHub
parent 5b64eb6983
commit 8e29daa160
9 changed files with 7 additions and 92 deletions

View file

@ -101,7 +101,6 @@ enum FirstOrder {
ListGetUnsafe,
ListSet,
ListSublist,
ListDrop,
ListDropAt,
ListSingle,
ListRepeat,