Tagged Questions
0
votes
4answers
364 views
Tool for removing unused local variables in Fortran code
Is there some good tool for removing unused local variables from free form Fortran code?
The background is that we have a codebase which is very large, and unused warnings has been disabled for the ...