aboutsummaryrefslogtreecommitdiff
path: root/apps/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/init.c')
-rw-r--r--apps/init.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/init.c b/apps/init.c
index 7cb9e25..9d64388 100644
--- a/apps/init.c
+++ b/apps/init.c
@@ -12,7 +12,6 @@ int main(int argc, char **argv)
int wm = exec("/bin/wm", "wm", argv[1], NULL);
int exec = exec("/bin/exec", "test", NULL);
- /* exec("/bin/cc", "cc", "/res/test.c", NULL); */
return wm + exec;
}