summaryrefslogtreecommitdiff
path: root/lib/replace
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-27 12:29:44 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:09 +1000
commitfe3cd6fb2838d34f259f3fe49daf95a5d0f464f2 (patch)
tree8059caaf2d227ee6473b0ff9c5f222e2c15642a6 /lib/replace
parenta2a4fee8c6e98595c918abfcc7e6bd175fd79d68 (diff)
downloadsamba-fe3cd6fb2838d34f259f3fe49daf95a5d0f464f2.tar.gz
samba-fe3cd6fb2838d34f259f3fe49daf95a5d0f464f2.tar.bz2
samba-fe3cd6fb2838d34f259f3fe49daf95a5d0f464f2.zip
s4-waf: test/simple.c is not needed any more
Diffstat (limited to 'lib/replace')
-rw-r--r--lib/replace/test/simple.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/replace/test/simple.c b/lib/replace/test/simple.c
deleted file mode 100644
index e60b68f275..0000000000
--- a/lib/replace/test/simple.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* simple program to make sure the compiler is OK */
-#include <stdio.h>
-
-int main(void)
-{
- printf("Hello world\n");
- return 0;
-}