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