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/alarm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/src/alarm.c') diff --git a/cpukit/posix/src/alarm.c b/cpukit/posix/src/alarm.c index 6f051d7190..7045a9c527 100644 --- a/cpukit/posix/src/alarm.c +++ b/cpukit/posix/src/alarm.c @@ -74,7 +74,7 @@ unsigned int alarm( _Thread_Disable_dispatch(); state = _Watchdog_Remove_seconds( 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