mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unused variables
Summary: Trivial diff to remove unused variables Reviewed By: fkgozali Differential Revision: D14214843 fbshipit-source-id: ace624bafce12c9ee6ce02051d684e581e78fe2c
This commit is contained in:
committed by
Facebook Github Bot
parent
78b167c735
commit
4859b1a126
@@ -114,8 +114,6 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
|
||||
private long mCommitStartTime = 0l;
|
||||
private long mLayoutTime = 0l;
|
||||
private long mFinishTransactionTime = 0l;
|
||||
private int mLastWidthMeasureSpec = 0;
|
||||
private int mLastHeightMeasureSpec = 0;
|
||||
private long mFinishTransactionCPPTime = 0l;
|
||||
|
||||
public FabricUIManager(
|
||||
|
||||
Reference in New Issue
Block a user