forked from cory/tildefriends
		
	Unused code.
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4671 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
		@@ -688,15 +688,6 @@ void tf_run_thread_start(const char* zip_path)
 | 
				
			|||||||
		.args = args,
 | 
							.args = args,
 | 
				
			||||||
	};
 | 
						};
 | 
				
			||||||
	uv_thread_create(thread, _tf_run_task_thread, data);
 | 
						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
 | 
					#else
 | 
				
			||||||
int main(int argc, char* argv[])
 | 
					int main(int argc, char* argv[])
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user