From 258d580c42a0bc89c2028fb1ff6a4a97792bdcaa Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Sat, 13 Jun 2015 14:49:23 +0200 Subject: score: Delete unused state WATCHDOG_REMOVE_IT --- cpukit/posix/src/ualarm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/ualarm.c') diff --git a/cpukit/posix/src/ualarm.c b/cpukit/posix/src/ualarm.c index 9235ef165c..dc271b44a8 100644 --- a/cpukit/posix/src/ualarm.c +++ b/cpukit/posix/src/ualarm.c @@ -73,7 +73,7 @@ useconds_t ualarm( _Thread_Disable_dispatch(); state = _Watchdog_Remove_ticks( the_timer ); - if ( (state == WATCHDOG_ACTIVE) || (state == WATCHDOG_REMOVE_IT) ) { + if ( state == WATCHDOG_ACTIVE ) { /* * The stop_time and start_time fields are snapshots of ticks since * boot. Since alarm() is dealing in seconds, we must account for -- cgit v1.2.3