Commit 2bca19c
Fix DeadVariable and NotInvokedPrivateMethod: Remove unused code (facebook#55503)
Summary:
Remove unused code that was triggering lint warnings:
1. Remove `walkUpUntilNativeKindIsParent` private method that was never invoked
2. Remove `parent` variable in `applyLayoutBase` that was never accessed
Both were leftover from NativeKind removal.
changelog: [internal] internal
Reviewed By: alanleedev
Differential Revision: D920210311 parent 091afd7 commit 2bca19c
1 file changed
Lines changed: 0 additions & 8 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | 234 | | |
241 | 235 | | |
242 | 236 | | |
| |||
289 | 283 | | |
290 | 284 | | |
291 | 285 | | |
292 | | - | |
293 | | - | |
294 | 286 | | |
295 | 287 | | |
296 | 288 | | |
| |||
0 commit comments