Commit 890cdd7
Remove dead internal class ClearableSynchronizedPool
Summary:
`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]
Differential Revision: D1080129051 parent b2d69a2 commit 890cdd7
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