summaryrefslogtreecommitdiff
path: root/unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/unix.c b/unix.c
index 469be3e9e..cb13eb06d 100644
--- a/unix.c
+++ b/unix.c
@@ -530,8 +530,6 @@ bool CreateOTTDThread(void *func, void *param)
return pthread_create(&thread1, NULL, func, param) == 0;
}
-void CloseOTTDThread(void) {return;}
-
void JoinOTTDThread(void)
{
if (thread1 == 0) return;