>> This doesn't really relate to HL at all, but is there something I can
>> use to locate redundant code and unused variables quickly?

FZ> Visual C++ with warning level 4? :) At least for the unused variables.
FZ> Florian.


I guess can be "easy" to automate a perl script that collect any
function declaration and count uses... croaking for functions uses
only once.  Of course, this can be done by hand with Visual C++,
search for a suspicius function, and If is only listed once, is a
candidate for removal.

The only software metrics tool that i know is CCCC, but doest not
generated the info you need.

Anyway.. Its this psychological? I guess a good compiler will remove
all unused stuff. The SDK compile with Intel or GCC compilers?


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to