summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-12 16:09:20 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2014-10-13 10:32:39 -0500
commit308bb9b83ff40428251f5bea2383c7646ecbd880 (patch)
tree228af6efdd120dfb212aa135bee0a4f3b10a54fd /cpukit
parentpowerpc bootloader: Remove warnings (diff)
downloadrtems-308bb9b83ff40428251f5bea2383c7646ecbd880.tar.bz2
shell/main_cp.c: Delete unused -rtems_shell_cp_exit()
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libmisc/shell/main_cp.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpukit/libmisc/shell/main_cp.c b/cpukit/libmisc/shell/main_cp.c
index 8b445870f1..b93865dc3f 100644
--- a/cpukit/libmisc/shell/main_cp.c
+++ b/cpukit/libmisc/shell/main_cp.c
@@ -104,12 +104,6 @@ static int main_cp(rtems_shell_cp_globals* cp_globals, int, char *[]);
static int copy(rtems_shell_cp_globals* cp_globals, char *[], enum op, int);
static int mastercmp(const FTSENT **, const FTSENT **);
-static void
-rtems_shell_cp_exit (rtems_shell_cp_globals* cp_global, int code __attribute__((unused)))
-{
- longjmp (cp_global->exit_jmp, 1);
-}
-
int
rtems_shell_main_cp(int argc, char *argv[])
{