Commit cc23193
Remove dead internal class ClearableSynchronizedPool
Summary:
X-link: #57135
`ClearableSynchronizedPool` (an `internal` Kotlin class in `ReactAndroid/.../common/`) was a variant of androidx `Pools.SynchronizedPool` adding a `clear()` method, but it was never instantiated or referenced anywhere. The live event pools (`OnLayoutEvent`, `PointerEvent`, `TouchEvent`, `ScrollEvent`) use androidx `SynchronizedPool` directly. This removes the orphaned class.
Changelog: [Internal]
Reviewed By: mdvacca
Differential Revision: D108012905
fbshipit-source-id: d5972b4c47d054310c8b7803482fa4e6b7a9928e1 parent c80b040 commit cc23193
1 file changed
Lines changed: 0 additions & 51 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/common
Lines changed: 0 additions & 51 deletions
This file was deleted.
0 commit comments