From 45c9cf2aeb832d68efbe2f1704561baa50fe6753 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 15 Apr 2015 20:23:31 +0200 Subject: 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 83db868854..e548e7025c 100644 --- a/cpukit/score/include/rtems/score/watchdogimpl.h +++ b/cpukit/score/include/rtems/score/watchdogimpl.h @@ -31,14 +31,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. * -- cgit v1.2.3