From 1d23b3b8dc2edc7665e918b0bf97b4c7435d17ea Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 25 Jul 2016 07:46:55 +0200 Subject: [PATCH] remove obsolete line --- hermit/usr/tests/hello.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hermit/usr/tests/hello.c b/hermit/usr/tests/hello.c index fdb408cb5..b074a1a4c 100644 --- a/hermit/usr/tests/hello.c +++ b/hermit/usr/tests/hello.c @@ -68,7 +68,6 @@ int main(int argc, char** argv) file = fopen("/tmp/test.txt", "w"); if (file) { - fprintf(file, "Hello World!!!\n"); fclose(file); } else fprintf(stderr, "Unable to open file /tmp/test.txt\n");