sentry-demos / ios

iOS Empower Plant
1 stars 4 forks source link

Clean up dead code #80

Open armcknight opened 8 months ago

armcknight commented 8 months ago

There are various commented lines of code, or functions that are not called from anywhere. Remove them; they will still be available in git history, but in cases like this, it's almost always YAGNI... and we can always rebuild whatever solutions you need.

I'm also looking for a list of things from ListViewController that you actually use as part of your sales demo, so we can remove the rest that are technically not dead code since they're connected to the buttons in the UI.