From 658d96d7819533eb1f5b684e27862cdbbafa0f0b Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 27 Oct 2017 00:15:47 +0200 Subject: [PATCH] Really remove unused function. --- src/xbt/cunit.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/xbt/cunit.cpp b/src/xbt/cunit.cpp index 5bc2bfae5b..c188da11d4 100644 --- a/src/xbt/cunit.cpp +++ b/src/xbt/cunit.cpp @@ -164,11 +164,6 @@ void s_xbt_test_suite::dump() const } } -void xbt_test_suite_dump(xbt_test_suite_t suite) -{ - suite->dump(); -} - /* add test case to test suite */ void xbt_test_suite_push(xbt_test_suite_t suite, const char *name, ts_test_cb_t func, const char *fmt, ...) { -- 2.20.1