From cb8d3e7b8faaf29ada03e5cfd64c6bf095f66fa5 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 27 Mar 2014 08:04:10 +0100 Subject: score: Delete CORE_mutex_Control::blocked_count --- cpukit/score/src/coremutex.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/score/src/coremutex.c') diff --git a/cpukit/score/src/coremutex.c b/cpukit/score/src/coremutex.c index 3b03fefee1..4cdc7647d1 100644 --- a/cpukit/score/src/coremutex.c +++ b/cpukit/score/src/coremutex.c @@ -38,7 +38,6 @@ CORE_mutex_Status _CORE_mutex_Initialize( the_mutex->Attributes = *the_mutex_attributes; the_mutex->lock = initial_lock; - the_mutex->blocked_count = 0; if ( initial_lock == CORE_MUTEX_LOCKED ) { the_mutex->nest_count = 1; -- cgit v1.2.3