[rtems commit] score: Delete unused WATCHDOG_MAXIMUM_INTERVAL

Sebastian Huber sebh at rtems.org
Thu Apr 16 08:01:55 UTC 2015


Module:    rtems
Branch:    master
Commit:    45c9cf2aeb832d68efbe2f1704561baa50fe6753
Changeset: http://git.rtems.org/rtems/commit/?id=45c9cf2aeb832d68efbe2f1704561baa50fe6753

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Wed Apr 15 20:23:31 2015 +0200

score: Delete unused WATCHDOG_MAXIMUM_INTERVAL

---

 cpukit/score/include/rtems/score/watchdogimpl.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/cpukit/score/include/rtems/score/watchdogimpl.h b/cpukit/score/include/rtems/score/watchdogimpl.h
index 83db868..e548e7025 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().



More information about the vc mailing list