summaryrefslogtreecommitdiff
path: root/otherlibs
diff options
context:
space:
mode:
authorDavid Allsopp <david.allsopp@metastack.com>2022-11-12 09:14:17 +0000
committerDavid Allsopp <david.allsopp@metastack.com>2022-11-12 09:14:17 +0000
commitbf60372a6a64bbf90f5238f3933a1dd2b40ca28b (patch)
treef3109d79d6201e615771983a31a63b9ac8b19c5e /otherlibs
parenta4acab304380b6bc6d478eacd576b08de4d061e6 (diff)
downloadocaml-bf60372a6a64bbf90f5238f3933a1dd2b40ca28b.tar.gz
Remove unused <assert.h> in systhreads
Diffstat (limited to 'otherlibs')
-rw-r--r--otherlibs/systhreads/st_pthreads.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/otherlibs/systhreads/st_pthreads.h b/otherlibs/systhreads/st_pthreads.h
index a4b2f8a7e4..5d29df67d1 100644
--- a/otherlibs/systhreads/st_pthreads.h
+++ b/otherlibs/systhreads/st_pthreads.h
@@ -15,7 +15,6 @@
/* POSIX thread implementation of the "st" interface */
-#include <assert.h>
#include <errno.h>
#include <string.h>
#include <stdio.h>