I have legacy C++ code that I’m supposed to remove unused code from. The problem is that the code base is large.
How can I find out which code is never called/never used?
I have legacy C++ code that I’m supposed to remove unused code from. The problem is that the code base is large.
How can I find out which code is never called/never used?