summaryrefslogtreecommitdiff
path: root/csu/tst-empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'csu/tst-empty.c')
-rw-r--r--csu/tst-empty.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/csu/tst-empty.c b/csu/tst-empty.c
deleted file mode 100644
index e99468eef9..0000000000
--- a/csu/tst-empty.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* The most useful C program known to man. */
-static int
-do_test (void)
-{
- return 0;
-}
-
-#define TEST_FUNCTION do_test ()
-#include "../test-skeleton.c"