Skip to content

Commit

Permalink
[LOCAL] Remove double definition of task wrapper after merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Riccardo Cipolleschi committed May 26, 2023
1 parent 74e3803 commit a4aaee0
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -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) {
Expand Down

0 comments on commit a4aaee0

Please sign in to comment.