From 742d6db1255a79884b587b3dbd5efca454c0743f Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 8 Nov 2018 11:14:04 +0100 Subject: score: Remove empty Update #3598. --- cpukit/include/rtems/score/tod.h | 32 -------------------------------- cpukit/include/rtems/score/todimpl.h | 1 - 2 files changed, 33 deletions(-) delete mode 100644 cpukit/include/rtems/score/tod.h (limited to 'cpukit/include/rtems/score') diff --git a/cpukit/include/rtems/score/tod.h b/cpukit/include/rtems/score/tod.h deleted file mode 100644 index c0ab5e795d..0000000000 --- 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 - -#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 b00ab6cca2..d2b6d73802 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 #include #include #include -- cgit v1.2.3