summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thr_mutex.c
diff options
context:
space:
mode:
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 0461278..4f4aa8a 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;
OpenPOWER on IntegriCloud