From 9027b24610848c0eb0d768b60b132ce9e09dee7d Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Tue, 8 Dec 2020 08:04:35 +0100 Subject: Removed redundant void --- ACE/tests/ARGV_Test.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ACE/tests/ARGV_Test.cpp') diff --git a/ACE/tests/ARGV_Test.cpp b/ACE/tests/ARGV_Test.cpp index 59d72dab714..4f6f90e25cf 100644 --- a/ACE/tests/ARGV_Test.cpp +++ b/ACE/tests/ARGV_Test.cpp @@ -64,7 +64,7 @@ test_simple_argv (ACE_TCHAR *argv[]) } static int -test_argv_type_converter (void) +test_argv_type_converter () { char *argv[20]; argv[0] = ACE_OS::strdup ("one"); @@ -108,7 +108,7 @@ test_argv_type_converter (void) } static int -test_argv_type_converter2 (void) +test_argv_type_converter2 () { ACE_TCHAR *argv[20]; argv[0] = ACE_OS::strdup (ACE_TEXT ("one")); @@ -145,7 +145,7 @@ test_argv_type_converter2 (void) } static int -test_argv_buf (void) +test_argv_buf () { pid_t parent_pid = ACE_OS::getpid (); @@ -178,7 +178,7 @@ test_argv_buf (void) } static int -test_argv_quotes (void) +test_argv_quotes () { const ACE_TCHAR *argv_const[] = { ACE_TEXT ("first without quotes"), ACE_TEXT ("'second in single quotes'"), -- cgit v1.2.1