summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 10:59:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-12-11 10:59:28 +0000
commit733866b424e79ede1a0df8176771331ee651f1e8 (patch)
tree79aa4ce164e6a189b5362d093395a693c9fafca8 /c
parent2008-12-11 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-733866b424e79ede1a0df8176771331ee651f1e8.tar.bz2
Remove (unused).
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/shared/clock_driver_stub.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/lib/libbsp/shared/clock_driver_stub.c b/c/src/lib/libbsp/shared/clock_driver_stub.c
deleted file mode 100644
index 56de3dd599..0000000000
--- a/c/src/lib/libbsp/shared/clock_driver_stub.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Instantiate the clock driver shell.
- *
- * Since there is no clock source on the simulator, all we do is
- * make sure it will build.
- *
- * COPYRIGHT (c) 1989-2006.
- * 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.com/license/LICENSE.
- *
- * $Id$
- */
-
-#define CLOCK_VECTOR 0
-
-#define Clock_driver_support_at_tick()
-
-#define Clock_driver_support_install_isr( _new, _old ) \
- do { _old = 0; } while(0)
-
-#define Clock_driver_support_initialize_hardware()
-
-#define Clock_driver_support_shutdown_hardware()
-
-#include "clockdrv_shell.c"