[rtems commit] rtems: Remove empty and unused rtclock.c

Sebastian Huber sebh at rtems.org
Fri Nov 27 15:15:18 UTC 2020


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

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Nov 27 16:14:22 2020 +0100

rtems: Remove empty and unused rtclock.c

---

 cpukit/rtems/src/rtclock.c | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/cpukit/rtems/src/rtclock.c b/cpukit/rtems/src/rtclock.c
deleted file mode 100644
index 9e914d3..0000000
--- 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 <rtems/rtems/status.h>
-#include <rtems/rtems/clock.h>
-#include <rtems/score/isr.h>
-#include <rtems/score/thread.h>
-#include <rtems/score/watchdog.h>
-
-/* No initialization routine */



More information about the vc mailing list