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