]> git.tuebingen.mpg.de Git - paraslash.git/commit
score.c: Remove pointless assignment.
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 7 Mar 2022 21:38:20 +0000 (22:38 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Oct 2022 18:36:21 +0000 (20:36 +0200)
commitefee4efb5ba8833d14f75d7f389297164ef41aff
treecc89595a52b04a49f46d5b144f4749fcb7e6224d
parent9c31cf0d4bcf1abd9767c77d68d90c9007b4f114
score.c: Remove pointless assignment.

The value is NULL anyway because the score table description was
declared as a global static variable.
score.c