Unused code.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4671 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-12-10 01:50:33 +00:00
parent 402c185dd4
commit 88fbb5f73b

View File

@ -688,15 +688,6 @@ void tf_run_thread_start(const char* zip_path)
.args = args,
};
uv_thread_create(thread, _tf_run_task_thread, data);
#if 0
uv_thread_join(&threads[i]);
if (data[i].result != 0)
{
result = data[i].result;
}
tf_free(data);
tf_free(threads);
#endif
}
#else
int main(int argc, char* argv[])