summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/rap-shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdl/rap-shell.h')
-rw-r--r--cpukit/libdl/rap-shell.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/cpukit/libdl/rap-shell.h b/cpukit/libdl/rap-shell.h
deleted file mode 100644
index c2d9112c0f..0000000000
--- a/cpukit/libdl/rap-shell.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * COPYRIGHT (c) 2013 Chris Johns <chrisj@rtems.org>
- *
- * 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.
- */
-
-#if !defined(_RAP_SHELL_H_)
-#define _RAP_SHELL_H_
-
-int shell_rap (int argc, char* argv[]);
-
-#endif