]> Kevux Git Server - fll/commit
Cleanup: Remove unused variables and other minor changes.
authorKevin Day <thekevinday@gmail.com>
Mon, 3 May 2021 02:31:20 +0000 (21:31 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 3 May 2021 02:31:20 +0000 (21:31 -0500)
commit46b3ef2d8bdb6c07e64fdc4fba0a454ead07a009
tree777972601dd4c6bbd95155b0b3a526c07c475d46
parente51ccc5988eda1c543950361f00f4c1699ca9415
Cleanup: Remove unused variables and other minor changes.

Thanks to GCC's -Wall, I was able to find and remove several unused variables.

Also perform some minor cleanups of things that I happened to notice while removing the unused variables.
14 files changed:
level_0/f_account/c/account.c
level_0/f_color/c/color.c
level_0/f_directory/c/directory.c
level_0/f_file/c/private-file.c
level_0/f_fss/c/fss.c
level_0/f_serialize/c/private-serialize.c
level_0/f_utf/c/private-utf.c
level_1/fl_directory/c/private-directory.c
level_1/fl_fss/c/fss_basic_list.c
level_1/fl_fss/c/fss_embedded_list.c
level_1/fl_fss/c/fss_extended_list.c
level_1/fl_fss/c/private-fss.c
level_1/fl_utf_file/c/private-utf_file.c
level_2/fll_fss/c/fss.c