[rtems commit] score: Remove empty <rtems/score/tod.h>

Sebastian Huber sebh at rtems.org
Mon Nov 12 14:39:42 UTC 2018


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Nov  8 11:14:04 2018 +0100

score: Remove empty <rtems/score/tod.h>

Update #3598.

---

 cpukit/headers.am                    |  1 -
 cpukit/include/rtems/rtems/clock.h   |  1 -
 cpukit/include/rtems/score/tod.h     | 32 --------------------------------
 cpukit/include/rtems/score/todimpl.h |  1 -
 4 files changed, 35 deletions(-)

diff --git a/cpukit/headers.am b/cpukit/headers.am
index 8657f99..3a85f29 100644
--- a/cpukit/headers.am
+++ b/cpukit/headers.am
@@ -390,7 +390,6 @@ include_rtems_score_HEADERS += include/rtems/score/timecounterimpl.h
 include_rtems_score_HEADERS += include/rtems/score/timespec.h
 include_rtems_score_HEADERS += include/rtems/score/timestamp.h
 include_rtems_score_HEADERS += include/rtems/score/tls.h
-include_rtems_score_HEADERS += include/rtems/score/tod.h
 include_rtems_score_HEADERS += include/rtems/score/todimpl.h
 include_rtems_score_HEADERS += include/rtems/score/userext.h
 include_rtems_score_HEADERS += include/rtems/score/userextimpl.h
diff --git a/cpukit/include/rtems/rtems/clock.h b/cpukit/include/rtems/rtems/clock.h
index a837b88..da833ea 100644
--- a/cpukit/include/rtems/rtems/clock.h
+++ b/cpukit/include/rtems/rtems/clock.h
@@ -30,7 +30,6 @@
 #define _RTEMS_RTEMS_CLOCK_H
 
 #include <rtems/score/watchdog.h>
-#include <rtems/score/tod.h>
 #include <rtems/rtems/status.h>
 #include <rtems/rtems/types.h>
 #include <rtems/config.h>
diff --git a/cpukit/include/rtems/score/tod.h b/cpukit/include/rtems/score/tod.h
deleted file mode 100644
index c0ab5e7..0000000
--- a/cpukit/include/rtems/score/tod.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/**
- * @file
- *
- * @ingroup ScoreTOD
- *
- * @brief Time of Day Handler API
- */
-
-/*
- *  COPYRIGHT (c) 1989-2009.
- *  On-Line Applications Research Corporation (OAR).
- *
- *  The license and distribution terms for this file may be
- *  found in the file LICENSE in this distribution or at
- *  http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef _RTEMS_SCORE_TOD_H
-#define _RTEMS_SCORE_TOD_H
-
-#include <rtems/score/basedefs.h>
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif
-/* end of include file */
diff --git a/cpukit/include/rtems/score/todimpl.h b/cpukit/include/rtems/score/todimpl.h
index b00ab6c..d2b6d73 100644
--- a/cpukit/include/rtems/score/todimpl.h
+++ b/cpukit/include/rtems/score/todimpl.h
@@ -18,7 +18,6 @@
 #ifndef _RTEMS_SCORE_TODIMPL_H
 #define _RTEMS_SCORE_TODIMPL_H
 
-#include <rtems/score/tod.h>
 #include <rtems/score/timestamp.h>
 #include <rtems/score/timecounterimpl.h>
 #include <rtems/score/watchdog.h>




More information about the vc mailing list