From f1731af282b3c54d2b19dedd72beb584cbda5220 Mon Sep 17 00:00:00 2001
From: Chris Robinson <chris.kcat@gmail.com>
Date: Sat, 17 Nov 2018 01:29:35 -0800
Subject: Remove unneeded declarations and definitions

---
 common/threads.c | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'common/threads.c')

diff --git a/common/threads.c b/common/threads.c
index 4cdb329d..1ecec365 100644
--- a/common/threads.c
+++ b/common/threads.c
@@ -31,13 +31,8 @@
 
 extern inline althrd_t althrd_current(void);
 extern inline int althrd_equal(althrd_t thr0, althrd_t thr1);
-extern inline void althrd_exit(int res);
 extern inline void althrd_yield(void);
 
-extern inline int almtx_lock(almtx_t *mtx);
-extern inline int almtx_unlock(almtx_t *mtx);
-extern inline int almtx_trylock(almtx_t *mtx);
-
 
 #ifndef UNUSED
 #if defined(__cplusplus)
-- 
cgit v1.2.3