summaryrefslogtreecommitdiff
path: root/doc/rake/example/a.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rake/example/a.c')
-rw-r--r--doc/rake/example/a.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/rake/example/a.c b/doc/rake/example/a.c
deleted file mode 100644
index 620e6f8007..0000000000
--- a/doc/rake/example/a.c
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-
-void a()
-{
- printf ("In function a\n");
-}