summaryrefslogtreecommitdiff
path: root/threading_pthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'threading_pthread.c')
-rw-r--r--threading_pthread.c1
1 files changed, 0 insertions, 1 deletions
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;