Skip to content

Commit 8e39bb5

Browse files
committed
remove duplicated defintion on android
1 parent ed5b287 commit 8e39bb5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/react-native-reanimated/Common/cpp/reanimated/Tools/PlatformDepMethodsHolder.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ using ObtainPropFunction =
6262

6363
using RequestRenderFunction =
6464
std::function<void(std::function<void(const double)>)>;
65-
#ifdef ANDROID
66-
using PreserveMountedTagsFunction =
67-
std::function<std::unique_ptr<int[]>(std::vector<int> &)>;
68-
#endif // ANDROID
6965
using GetAnimationTimestampFunction = std::function<double(void)>;
7066

7167
using ProgressLayoutAnimationFunction =

0 commit comments

Comments
 (0)