[TIMOB-18027] iOS: Fix all dead store type error in static analyzer
| GitHub Issue | n/a |
|---|---|
| Type | Sub-task |
| Priority | None |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2014-11-18T20:33:18.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 3.5.0, Release 4.0.0 |
| Components | iOS |
| Labels | n/a |
| Reporter | Chee Kiat Ng |
| Assignee | Eric Merriman |
| Created | 2014-11-13T03:40:16.000+0000 |
| Updated | 2017-03-21T20:33:42.000+0000 |
Description
dead store errors are values assigned to variables during initialization that are never used or read. These should be removed.
Verification method:
1. in Xcode, Product -> Analyze
2. Results will appear, look out for "dead store" type errors
Resolving this ticket will result in 0 "dead store" type errors.
PR here: https://github.com/appcelerator/titanium_mobile/pull/6343
The above PR has been closed. Changes have been incorporated into https://github.com/appcelerator/titanium_mobile/pull/6357 This branch will be merged to master soon. Did it here to avoid merge conflicts later
Closing ticket as fixed.