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