From d23385f43a32cd7f4dd4ade2bc16f3b5c1b24e92 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 12 Dec 2010 14:26:44 +0100 Subject: minor pthread cleanup --- threading_pthread.c | 1 - 1 file changed, 1 deletion(-) (limited to 'threading_pthread.c') diff --git a/threading_pthread.c b/threading_pthread.c index cb80fcb1..69904b41 100644 --- a/threading_pthread.c +++ b/threading_pthread.c @@ -43,7 +43,6 @@ thread_start (void (*fn)(void *ctx), void *ctx) { s = pthread_attr_destroy (&attr); if (s != 0) { fprintf (stderr, "pthread_attr_destroy failed: %s\n", strerror (s)); -// pthread_cancel (tid); // missing on android return 0; } return tid; -- cgit v1.2.3