While developing my software, I declared many class functions that are not called anymore.
Now, I would like to tidy my sources, and get rid of those declarations.
GCC can detect unused variables, but is there a GCC option to detect unused class functions ? Or do I need upgrade for this (4.9.2) ?