Skip to content

Commit

Permalink
remove now unnecessary cut in lists.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
mthom committed Jul 21, 2023
1 parent e529e7b commit f310ff2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/lists.pl
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@

skipn(N0, Es0,Es) :-
N0>0,
!, % should not be necessary #1028
N1 is N0-1,
Es0 = [_|Es1],
skipn(N1, Es1,Es).
Expand Down

0 comments on commit f310ff2

Please sign in to comment.