From 9a9851dd4a49ed70d3a9df43582ac91e8f951b90 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 2 Jul 2008 14:26:24 +0000 Subject: [PATCH] 2008-07-02 Joel Sherrill * libmisc/shell/shell_script.c: Remove unused function. --- cpukit/ChangeLog | 4 ++++ cpukit/libmisc/shell/shell_script.c | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 65c3e2a5c7..3721e02b9c 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2008-07-02 Joel Sherrill + + * libmisc/shell/shell_script.c: Remove unused function. + 2008-07-03 Ralf Corsépius * configure.ac: Add __RTEMS_ADA__. diff --git a/cpukit/libmisc/shell/shell_script.c b/cpukit/libmisc/shell/shell_script.c index 142d7d3189..819506e121 100644 --- a/cpukit/libmisc/shell/shell_script.c +++ b/cpukit/libmisc/shell/shell_script.c @@ -42,18 +42,6 @@ static void rtems_shell_joel_usage() ); } -int rtems_shell_main_decho( - int argc, - char **argv -) -{ - int i; - - for (i=0 ; i