]> git.tuebingen.mpg.de Git - paraslash.git/commit
mood.c: Remove row_is_admissible().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 8 Mar 2022 22:55:26 +0000 (23:55 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Oct 2022 18:36:21 +0000 (20:36 +0200)
commit501b83a39828c9d3db5498c7352a2e5b60175bba
treef711fded168cce748945cfbf4fc743336e347926
parent6558ba12e9699979aba97292c7cd41889619b83c
mood.c: Remove row_is_admissible().

The function has become trivial, so open-code the one-liner twice.
Since mp_eval_row() returns bool and never fails, the comment was
misleading and the error checking unnecessary.
mood.c