summaryrefslogtreecommitdiff
path: root/doc/rake/example/b.c
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-10 03:00:36 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-02-10 03:00:36 +0000
commit20c05cdef09b834dfa1373966a00e0afdf4dfa41 (patch)
treea238e307c7a30218d01b7676d388722ef1267812 /doc/rake/example/b.c
parent3952de50bf8e410a5a1ce929b98dbe42a9ab40f3 (diff)
* doc/rake/*: Removed stale Rake static files
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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");
-}