Skip to content

Commit

Permalink
[ASSIST-DV] remove unused none statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick committed Jan 24, 2022
1 parent 20c4c14 commit 9ff547c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions assist/bin/rack/model.pl
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@
prolog_to_os_filename(Y, FilePath).


none(CandidateQuery, Pred) :- call(CandidateQuery, C), none_of(C, Pred).

none_of(Candidate, Pred) :- call(Pred, Candidate), !, fail.
none_of(_, _).

Expand Down

0 comments on commit 9ff547c

Please sign in to comment.