forked from Imagelibrary/rtems
2008-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/shell_script.c: Remove unused function.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2008-07-02 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* libmisc/shell/shell_script.c: Remove unused function.
|
||||||
|
|
||||||
2008-07-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
2008-07-03 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* configure.ac: Add __RTEMS_ADA__.
|
* configure.ac: Add __RTEMS_ADA__.
|
||||||
|
|||||||
@@ -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<argc ; i++ )
|
|
||||||
printf( "argv[%d] = -%s-\n", i, argv[i] );
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static int findOnPATH(
|
static int findOnPATH(
|
||||||
const char *userScriptName,
|
const char *userScriptName,
|
||||||
char *scriptFile
|
char *scriptFile
|
||||||
|
|||||||
Reference in New Issue
Block a user