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:
Richard Howell
2024-05-20 13:11:48 -07:00
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,