summaryrefslogtreecommitdiff
path: root/threading.h
diff options
context:
space:
mode:
Diffstat (limited to 'threading.h')
-rw-r--r--threading.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/threading.h b/threading.h
index d543f14c..dee1cc3c 100644
--- a/threading.h
+++ b/threading.h
@@ -35,9 +35,6 @@ mutex_create (void);
uintptr_t
mutex_create_nonrecursive (void);
-uintptr_t
-mutex_create_recursive (void);
-
void
mutex_free (uintptr_t mtx);