]> Kevux Git Server - fll/commit
Cleanup: Reduce usage of static in functions.
authorKevin Day <kevin@kevux.org>
Sat, 5 Aug 2023 00:33:55 +0000 (19:33 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 5 Aug 2023 00:33:55 +0000 (19:33 -0500)
commitbf1b4ac0c0067a6d19959f1cca962472a6e82810
tree9c31bf1c9b6a555a696644f4d33f0b86afceab89
parenta4586e2e472c86b659eb5df4f049e8e414859517
Cleanup: Reduce usage of static in functions.

Remove the static from variables in functions that are not likely to be called multiple times and are not expected to be recursive.

I am backing off the experiment into this optimization for now.
level_3/fake/c/main/common.c
level_3/fake/c/main/fake/path_generate.c
level_3/fss_read/c/main/common.c
level_3/fss_write/c/main/common.c
level_3/iki_read/c/main/common.c