Update msh.c

This commit is contained in:
roamboy 2014-01-13 15:56:20 +08:00
parent 849130da2c
commit 1df4c1b962
1 changed files with 25 additions and 26 deletions

View File

@ -253,7 +253,6 @@ int msh_exec(char* cmd, rt_size_t length)
{
int argc;
char *argv[RT_FINSH_ARG_MAX];
int cmd0_size = 0;
cmd_function_t cmd_func;