From 4d7cfe431348613f84deffc85d3d868db5c0ec74 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Thu, 8 Sep 2011 00:00:18 +0200 Subject: [PATCH] test: remove stale prototype declaration --- test/run-tests.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/run-tests.c b/test/run-tests.c index 283ff2bc..a1878691 100644 --- a/test/run-tests.c +++ b/test/run-tests.c @@ -28,12 +28,10 @@ /* Actual tests and helpers are defined in test-list.h */ #include "test-list.h" - /* The time in milliseconds after which a single test times out. */ #define TEST_TIMEOUT 5000 static int maybe_run_test(int argc, char **argv); -static void list_all_tests(void); int main(int argc, char **argv) {