From 6c8c774f5bc19c3c6a3270fde9f1b68edf65d5f0 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 27 Nov 2020 16:14:22 +0100 Subject: rtems: Remove empty and unused rtclock.c --- cpukit/rtems/src/rtclock.c | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 cpukit/rtems/src/rtclock.c diff --git a/cpukit/rtems/src/rtclock.c b/cpukit/rtems/src/rtclock.c deleted file mode 100644 index 9e914d368b..0000000000 --- a/cpukit/rtems/src/rtclock.c +++ /dev/null @@ -1,27 +0,0 @@ -/** - * @file - * - * @brief No Initialization Routine - * @ingroup ClassicClock - */ - -/* - * COPYRIGHT (c) 1989-1999. - * 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. - */ - -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - -#include -#include -#include -#include -#include - -/* No initialization routine */ -- cgit v1.2.3