Skip to content

Commit a4aaee0

Browse files
author
Riccardo Cipolleschi
committed
[LOCAL] Remove double definition of task wrapper after merge conflict
1 parent 74e3803 commit a4aaee0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

  • packages/react-native/ReactCommon/react/renderer/runtimescheduler

packages/react-native/ReactCommon/react/renderer/runtimescheduler/primitives.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,6 @@ struct TaskWrapper : public jsi::HostObject {
1919
std::shared_ptr<Task> task;
2020
};
2121

22-
struct TaskWrapper : public jsi::HostObject {
23-
TaskWrapper(std::shared_ptr<Task> const &task) : task(task) {}
24-
25-
std::shared_ptr<Task> task;
26-
};
27-
2822
inline static jsi::Value valueFromTask(
2923
jsi::Runtime &runtime,
3024
std::shared_ptr<Task> task) {

0 commit comments

Comments
 (0)