summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-15 20:23:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-16 10:01:42 +0200
commit45c9cf2aeb832d68efbe2f1704561baa50fe6753 (patch)
tree08c8adc0c8dcb349d26b761d23b72b25867f2ce2
parentbf537Stamp: Re-enable bsp_reset() (diff)
downloadrtems-45c9cf2aeb832d68efbe2f1704561baa50fe6753.tar.bz2
score: Delete unused WATCHDOG_MAXIMUM_INTERVAL
-rw-r--r--cpukit/score/include/rtems/score/watchdogimpl.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/watchdogimpl.h b/cpukit/score/include/rtems/score/watchdogimpl.h
index 83db868854..e548e7025c 100644
--- a/cpukit/score/include/rtems/score/watchdogimpl.h
+++ b/cpukit/score/include/rtems/score/watchdogimpl.h
@@ -32,14 +32,6 @@ extern "C" {
*/
/**
- * @brief Control block used to manage intervals.
- *
- * The following type defines the control block used to manage
- * intervals.
- */
-#define WATCHDOG_MAXIMUM_INTERVAL ((Watchdog_Interval) 0xffffffff)
-
-/**
* @brief Watchdog initializer for static initialization.
*
* @see _Watchdog_Initialize().