Tagged Questions

14
votes
3answers
2k views

How to detect unused methods and #import in Objective-C

After working a long time on an iPhone app, I realized that my code it's quite dirty, containing several #import and methods that are not called or useful at all. I would like to know if there's any ...
0
votes
4answers
346 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 ...