aboutsummaryrefslogtreecommitdiff
path: root/misc/tst-empty.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/tst-empty.c')
-rw-r--r--misc/tst-empty.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/misc/tst-empty.c b/misc/tst-empty.c
deleted file mode 100644
index 31860b06b3..0000000000
--- a/misc/tst-empty.c
+++ /dev/null
@@ -1,8 +0,0 @@
-/* The most useful C program known to man. */
-static int
-do_test (void)
-{
- return 0;
-}
-
-#include <support/test-driver.c>