How can I identify and delete dead code in Xcode Swift
Is there a way to get Xcode to show a warning/error for unused functions and properties?
I have some dead dummy code left over from refactoring but no easy way to identify and delete it.
Is there a way to get Xcode to show a warning/error for unused functions and properties?
I have some dead dummy code left over from refactoring but no easy way to identify and delete it.