From f575d3849fe2b5dd31a7b5e157649734a2221ce7 Mon Sep 17 00:00:00 2001 From: Yuma Arakawa Date: Thu, 4 Feb 2016 00:21:41 +0900 Subject: [PATCH] =?UTF-8?q?shell:=20=E3=83=87=E3=83=90=E3=83=83=E3=82=B0?= =?UTF-8?q?=E7=94=A8=E3=81=AE=E5=87=A6=E7=90=86=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/shell.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/shell.c b/apps/shell.c index dbeeb8a..1cb7904 100644 --- a/apps/shell.c +++ b/apps/shell.c @@ -273,11 +273,7 @@ static int command_iowriteb(char *args) static int command_test(char *args) { - unsigned int fp; shell_put_str("test\r\n"); - shell_put_str("do uptime\r\n"); - fp = syscall(SYSCALL_OPEN, (unsigned int)"uptime", 0, 0); - syscall(SYSCALL_EXEC, fp, 0, 0); return 0; }