summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-27 16:14:22 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-27 16:15:04 +0100
commit6c8c774f5bc19c3c6a3270fde9f1b68edf65d5f0 (patch)
tree9757ad5ec6027d098a9c2a50814b8918969ad8ce
parentconfig: CONFIGURE_INIT_TASK_CONSTRUCT_STORAGE_SIZE (diff)
downloadrtems-6c8c774f5bc19c3c6a3270fde9f1b68edf65d5f0.tar.bz2
rtems: Remove empty and unused rtclock.c
-rw-r--r--cpukit/rtems/src/rtclock.c27
1 files changed, 0 insertions, 27 deletions
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 <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 */