Commit d4c2522
authored
chore(iOS): remove unused variables in modal updating function (#2960)
## Description
The `newControllers` variable seems to be unused and there is no reason
for it to exist.
The variable has been added here:
80a4669#diff-1c3e13a1b0dcbaa5f7cff5f3ce12cc915fb509725faf693fb65cd23ceb49c4a9
Looks like somewhere along the way the logic was refactored but the
variable was not removed.
## Changes
Removed the unused variable.
## Test code and steps to reproduce
I've done some sanity checks on `TestModalNavigation`.
## Checklist
- [ ] Ensured that CI passes1 parent 7c2a425 commit d4c2522
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | 424 | | |
428 | 425 | | |
429 | 426 | | |
| |||
0 commit comments