From e609bf8e5839330f6c52e548541d58ce4da7f48a Mon Sep 17 00:00:00 2001 From: Rickard Green Date: Tue, 7 Sep 2010 15:19:56 +0200 Subject: Remove unused variables --- erts/lib_src/common/ethr_mutex.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'erts/lib_src/common') diff --git a/erts/lib_src/common/ethr_mutex.c b/erts/lib_src/common/ethr_mutex.c index 4a588dd705..284f85da31 100644 --- a/erts/lib_src/common/ethr_mutex.c +++ b/erts/lib_src/common/ethr_mutex.c @@ -1006,7 +1006,6 @@ enqueue_mtx(ethr_mutex *mtx, ethr_ts_event *tse_start, ethr_ts_event *tse_end) int ethr_cond_init_opt(ethr_cond *cnd, ethr_cond_opt *opt) { - int res; #if ETHR_XCHK if (!cnd) { ETHR_ASSERT(0); @@ -1106,7 +1105,6 @@ ethr_cond_signal(ethr_cond *cnd) void ethr_cond_broadcast(ethr_cond *cnd) { - int res; int got_all; ethr_ts_event *tse; ETHR_ASSERT(!ethr_not_inited__); @@ -1174,7 +1172,6 @@ ethr_cond_wait(ethr_cond *cnd, ethr_mutex *mtx) { int woken; int scnt; - int res; void *udata = NULL; ethr_ts_event *tse; -- cgit v1.2.3