mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
remove shadowed static (#44626)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/44626 This variable is unused and is shadowed by a function local. Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D57568098 fbshipit-source-id: e5f56b7ef88497d4b9935275eb7e805660741146
This commit is contained in:
committed by
Facebook GitHub Bot
parent
1be073e832
commit
2a96dba075
@@ -10,8 +10,6 @@
|
||||
#import <React/RCTAnimationUtils.h>
|
||||
#import <React/RCTConvert.h>
|
||||
|
||||
static NSRegularExpression *regex;
|
||||
|
||||
typedef NS_ENUM(NSInteger, RCTInterpolationOutputType) {
|
||||
RCTInterpolationOutputNumber,
|
||||
RCTInterpolationOutputColor,
|
||||
|
||||
Reference in New Issue
Block a user