From fe3cd6fb2838d34f259f3fe49daf95a5d0f464f2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 27 Mar 2010 12:29:44 +1100 Subject: s4-waf: test/simple.c is not needed any more --- lib/replace/test/simple.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 lib/replace/test/simple.c (limited to 'lib') 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 - -int main(void) -{ - printf("Hello world\n"); - return 0; -} -- cgit