From 88fbb5f73ba2edb365cc0e015b89a3ed9ac08eb9 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 10 Dec 2023 01:50:33 +0000 Subject: [PATCH] Unused code. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4671 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- src/main.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/main.c b/src/main.c index e7ca5db0..b0d6857d 100644 --- a/src/main.c +++ b/src/main.c @@ -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[])