Sysinternals / ProcDump-for-Linux

A Linux version of the ProcDump Sysinternals tool
MIT License
2.94k stars 304 forks source link

Cleanup a lots of unused variables #223

Closed jcfaracco closed 9 months ago

jcfaracco commented 9 months ago

This commit just cleans up a lot of unused variables across the code of ProcDump. For further validation, you can compile the code with -Wall and -Werror enabled.

Some of them change the logic of the code. IMHO, it includes some code cleanups as well.

Signed-off-by: Julio Faracco jcfaracco@gmail.com