[TIMOB-12786] Android: Clean out dead code
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | Low |
Status | Closed |
Resolution | Done |
Resolution Date | 2017-06-07T22:12:09.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | n/a |
Reporter | Ingo Muschenetz |
Assignee | Eric Merriman |
Created | 2013-02-19T19:52:40.000+0000 |
Updated | 2017-06-07T22:12:09.000+0000 |
Description
android/titanium/src/org/appcelerator/titanium/util/TiEventHelper.java appears to have code that is never called, does nothing, or effectively checks for cases that never happens. It's possible that similar code lurks elsewhere and does nothing but act as a drag upon the app. This should be cleaned out.
No comments