diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-03-27 12:29:44 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:09 +1000 |
commit | fe3cd6fb2838d34f259f3fe49daf95a5d0f464f2 (patch) | |
tree | 8059caaf2d227ee6473b0ff9c5f222e2c15642a6 | |
parent | a2a4fee8c6e98595c918abfcc7e6bd175fd79d68 (diff) | |
download | samba-fe3cd6fb2838d34f259f3fe49daf95a5d0f464f2.tar.gz samba-fe3cd6fb2838d34f259f3fe49daf95a5d0f464f2.tar.xz samba-fe3cd6fb2838d34f259f3fe49daf95a5d0f464f2.zip |
s4-waf: test/simple.c is not needed any more
-rw-r--r-- | lib/replace/test/simple.c | 8 |
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; -} |