diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1998-09-07 21:55:01 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1998-09-07 21:55:01 +0000 |
| commit | cecc7b0974187640c58fbd23711ff7a1874eae46 (patch) | |
| tree | 50ab7fb04258bb8fda63e32c4b818673596a88d1 /lib/libpthread/thread/thr_mutex.c | |
| parent | e66632a35c2d0c36644ac18055ae2b435e70282a (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/thread/thr_mutex.c')
| -rw-r--r-- | lib/libpthread/thread/thr_mutex.c | 1 |
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; |
