]> Kevux Git Server - fll/commit
Cleanup: Fully remove stale/unused variables.
authorKevin Day <thekevinday@gmail.com>
Sun, 5 Jun 2022 22:57:27 +0000 (17:57 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 5 Jun 2022 22:57:27 +0000 (17:57 -0500)
commit0f6802ed69943070ea8b9232872dce2a822ee9bc
treece513dadfe8511c3796b1e4b70d031c3fecb08c4
parent050fa0cec6fae2db46262fd969bdec39438408bb
Cleanup: Fully remove stale/unused variables.

I simply assumed the compiler warnings meant that the variables were not used at all.
Looks like this is an incorrect assumption.
The compilers appear to more intelligent than I expected and can detect that even though the variables are modified later on, they still are not used.

This is good news.
The bad news is that means I have bad code resulting from an incomplete clean up that need to be fixed.
This bad code is now fixed.
level_3/fake/c/private-make-operate.c
level_3/fake/c/private-make-operate_validate.c