summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-10 07:59:21 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-05-10 08:02:26 -0500
commit153ef545e83d60f9b09f229c09c0c11149a8abb9 (patch)
treed9a47c3740ce07b5400992b89a4a94ba2a033266 /c
parentClock Driver Shell - ISR handler prototype should follow port interrupt model (diff)
downloadrtems-153ef545e83d60f9b09f229c09c0c11149a8abb9.tar.bz2
clockdrv_shell.c - Remove unreferenced and obsolete file
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/shared/clockdrv_shell.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/c/src/lib/libbsp/shared/clockdrv_shell.c b/c/src/lib/libbsp/shared/clockdrv_shell.c
deleted file mode 100644
index 7d37408f5c..0000000000
--- a/c/src/lib/libbsp/shared/clockdrv_shell.c
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Clock Tick Device Driver Shell
- *
- * 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$
- */
-
-#error "Including obsolete file clockdrv_shell.c; include clockdrv_shell.h, instead"
-
-#include "clockdrv_shell.h"