From 7393db6692c861bc66164c0dd9b83f23a554775b Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Wed, 26 Nov 2014 23:17:55 +0100 Subject: changes, improvements and cleanup --- userspace/simple.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'userspace/simple.c') diff --git a/userspace/simple.c b/userspace/simple.c index e84b072..0a04791 100644 --- a/userspace/simple.c +++ b/userspace/simple.c @@ -4,10 +4,8 @@ extern char **environ; int main(int argc, char **argv) { - printf("argv: 0x%08X\n",argv); - printf("env: 0x%08X\n",environ); int i=0; -- cgit v1.2.3