summaryrefslogtreecommitdiff
path: root/lib/libpthread/thread/thr_mutex.c
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1998-09-07 21:55:01 +0000
committerAlexander Langer <alex@FreeBSD.org>1998-09-07 21:55:01 +0000
commitcecc7b0974187640c58fbd23711ff7a1874eae46 (patch)
tree50ab7fb04258bb8fda63e32c4b818673596a88d1 /lib/libpthread/thread/thr_mutex.c
parente66632a35c2d0c36644ac18055ae2b435e70282a (diff)
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_mutex.c')
-rw-r--r--lib/libpthread/thread/thr_mutex.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thr_mutex.c b/lib/libpthread/thread/thr_mutex.c
index 0461278692f5..4f4aa8af041e 100644
--- a/lib/libpthread/thread/thr_mutex.c
+++ b/lib/libpthread/thread/thr_mutex.c
@@ -46,7 +46,6 @@ pthread_mutex_init(pthread_mutex_t * mutex,
enum pthread_mutextype type;
pthread_mutex_t pmutex;
int ret = 0;
- int status;
if (mutex == NULL) {
ret = EINVAL;