I\'m trying to remove functions that are not used from a C++ project. Over time it\'s become bloated and I\'m looking to remove functions that aren\'t used at all.
I ha
Sounds like you need a code coverage tool. There's a list of them in this wikipedia article.