]> git.tuebingen.mpg.de Git - paraslash.git/commit
Remove get_num_admissible_files().
authorAndre Noll <maan@tuebingen.mpg.de>
Tue, 8 Mar 2022 19:26:34 +0000 (20:26 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Oct 2022 18:36:21 +0000 (20:36 +0200)
commit0efa0935594ec151c795e562a6614b3e45cbf22c
tree2bed3f3eaa4a0184d817639a26f627cb91fe0f24
parent40cb867549240e3c90a249e8e98d8abdeef29be2
Remove get_num_admissible_files().

This public function had only one caller outside of score.c and this
caller already knows the number of admissible files because this
number is also stored in the afs statistics structure.

Open-coding the remaining caller in score.c allows us to remove the
public function.
afs.h
mood.c
score.c