mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[LOCAL] Remove double definition of task wrapper after merge conflict
This commit is contained in:
@@ -19,12 +19,6 @@ struct TaskWrapper : public jsi::HostObject {
|
||||
std::shared_ptr<Task> task;
|
||||
};
|
||||
|
||||
struct TaskWrapper : public jsi::HostObject {
|
||||
TaskWrapper(std::shared_ptr<Task> const &task) : task(task) {}
|
||||
|
||||
std::shared_ptr<Task> task;
|
||||
};
|
||||
|
||||
inline static jsi::Value valueFromTask(
|
||||
jsi::Runtime &runtime,
|
||||
std::shared_ptr<Task> task) {
|
||||
|
||||
Reference in New Issue
Block a user