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/score/include/rtems/score/watchdog.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'cpukit/score/include/rtems/score/watchdog.h') diff --git a/cpukit/score/include/rtems/score/watchdog.h b/cpukit/score/include/rtems/score/watchdog.h index ff6c8233a7..bad7269051 100644 --- a/cpukit/score/include/rtems/score/watchdog.h +++ b/cpukit/score/include/rtems/score/watchdog.h @@ -86,11 +86,7 @@ typedef enum { */ WATCHDOG_BEING_INSERTED, /** This is the state when the watchdog is on a chain, and allowed to fire. */ - WATCHDOG_ACTIVE, - /** This is the state when the watchdog is on a chain, but we should - * remove without firing if it expires. - */ - WATCHDOG_REMOVE_IT + WATCHDOG_ACTIVE } Watchdog_States; /** -- cgit v1.2.3