about summary refs log tree commit diff
path: root/make/examples/simple-header/hello.c
diff options
context:
space:
mode:
Diffstat (limited to 'make/examples/simple-header/hello.c')
-rw-r--r--make/examples/simple-header/hello.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/make/examples/simple-header/hello.c b/make/examples/simple-header/hello.c
deleted file mode 100644
index 15f1ac714e10..000000000000
--- a/make/examples/simple-header/hello.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-
-#include "hello.h"
-
-int main(int argc, char * * argv)
-{
-    printf("Hello " WHAT "\n");
-    return 0;
-}