From a3108e65f396fa556e75dfe45b04a0bc3b6ec725 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Wed, 29 Apr 2020 01:11:35 +0000 Subject: hsa: cleanup ifdefs in sock tests Type: refactor Signed-off-by: Florin Coras Change-Id: I1f03d80c4ee2a555dc6baa262d6df4521c1ae818 --- src/plugins/hs_apps/vcl/vcl_test_client.c | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'src/plugins/hs_apps/vcl/vcl_test_client.c') diff --git a/src/plugins/hs_apps/vcl/vcl_test_client.c b/src/plugins/hs_apps/vcl/vcl_test_client.c index 236cbfff913..51544a7a445 100644 --- a/src/plugins/hs_apps/vcl/vcl_test_client.c +++ b/src/plugins/hs_apps/vcl/vcl_test_client.c @@ -641,32 +641,6 @@ vtc_stream_client (vcl_test_client_main_t * vcm) vtwrn ("post-test cfg sync failed!"); } -static void -dump_help (void) -{ -#define INDENT "\n " - - printf ("CLIENT: Test configuration commands:" - INDENT VCL_TEST_TOKEN_HELP - "\t\t\tDisplay help." - INDENT VCL_TEST_TOKEN_EXIT - "\t\t\tExit test client & server." - INDENT VCL_TEST_TOKEN_SHOW_CFG - "\t\t\tShow the current test cfg." - INDENT VCL_TEST_TOKEN_RUN_UNI - "\t\t\tRun the Uni-directional test." - INDENT VCL_TEST_TOKEN_RUN_BI - "\t\t\tRun the Bi-directional test." - INDENT VCL_TEST_TOKEN_VERBOSE - "\t\t\tToggle verbose setting." - INDENT VCL_TEST_TOKEN_RXBUF_SIZE - "\tRx buffer size (bytes)." - INDENT VCL_TEST_TOKEN_TXBUF_SIZE - "\tTx buffer size (bytes)." - INDENT VCL_TEST_TOKEN_NUM_WRITES - "<# of writes>\tNumber of txbuf writes to server." "\n"); -} - static void cfg_txbuf_size_set (void) { -- cgit 1.2.3-korg