identify unused functions?



Is there any easy way to identify unused functions in source code, for cruft reduction?

Using the -Wall flag identifies unused static functions, which is great, but it misses the non-static ones.

- Mike




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]