Hello,
Let a C++ function MyClass::B(), which is called by MyClass::A(), which is never called.
Will the function MyClass::B() be tagged as “Remove this unused function” (S5536) ?
Hello,
Let a C++ function MyClass::B(), which is called by MyClass::A(), which is never called.
Will the function MyClass::B() be tagged as “Remove this unused function” (S5536) ?
Hi,
Have you tried it?
![]()
Ann