On Fri, 2005-03-18 at 17:08 -0800, Matt Prazak wrote: > Thanks for the information, it is quite helpful. It seems my approach > so far is a start, but more definitely needs to be done to filter out > the internally-used symbols. A good result would be a shell script > that automates all the details below and returns a few thousand symbols > as canidates for removal. If it works, then the script could be > occasionally run against the code base as a way to check code growth.
FWIW here's the approach I took to find unused code, scrape the compiler output to get what functions were defined and which were called, detect virtual methods and ignore those http://www.skynet.ie/~caolan/Packages/callcatcher.html C. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
