SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

Fix lint issues in CatalystInstanceImpl.java (#55372)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/55372

Fixed two lint warnings in CatalystInstanceImpl.java:
- NotInvokedPrivateMethod: Removed unused native method `unregisterFromInspector()`
- DeadVariable: Removed unused variable `wasIdle` while keeping the side effect of `mPendingJSCalls.getAndSet(0)`

changelog: [internal] internal

Reviewed By: javache

Differential Revision: D91795470

fbshipit-source-id: e2e9e614feee793baad6752af9eaf9787cd9c926
D
David Vacca committed
28f80987c97508dc858f5d34ac8838792bc2eefa
Parent: 34b3c10
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com> on 2/5/2026, 5:55:13 AM