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/INET_Addr_Test.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ACE/tests/INET_Addr_Test.cpp') diff --git a/ACE/tests/INET_Addr_Test.cpp b/ACE/tests/INET_Addr_Test.cpp index cfcc9dce132..ff1b5f8fe6e 100644 --- a/ACE/tests/INET_Addr_Test.cpp +++ b/ACE/tests/INET_Addr_Test.cpp @@ -51,7 +51,7 @@ static int check_type_consistency (const ACE_INET_Addr &addr) return 0; } -static bool test_tao_use (void) +static bool test_tao_use () { char host[256]; if (::gethostname (host, 255) != 0) @@ -85,7 +85,7 @@ static bool test_tao_use (void) return true; } -static bool test_port_assignment (void) +static bool test_port_assignment () { #if defined (ACE_HAS_IPV6) ACE_INET_Addr addr1 (static_cast (0), ACE_IPV6_ANY, AF_INET6); @@ -110,7 +110,7 @@ static bool test_port_assignment (void) return true; } -static bool test_multiple (void) +static bool test_multiple () { bool success = true; -- cgit v1.2.1