summaryrefslogtreecommitdiff
path: root/ACE/tests/Future_Set_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-22 12:47:55 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-22 12:47:55 +0200
commitbcd7675d8dd8a4821981fc4afc619c54bc9125b5 (patch)
tree5cc29efc94fd68c77f0a58474659e5b8be20a830 /ACE/tests/Future_Set_Test.cpp
parent26cf12f3227f3186c8b60ad07a9c669f00cf5302 (diff)
downloadATCD-bcd7675d8dd8a4821981fc4afc619c54bc9125b5.tar.gz
Layout changes, remove redundant void
* ACE/ace/LSOCK_Acceptor.cpp: * ACE/tests/Compiler_Features_20_DLL.h: * ACE/tests/DLL_Test.h: * ACE/tests/FIFO_Test.cpp: * ACE/tests/Framework_Component_DLL.h: * ACE/tests/Framework_Component_Test.cpp: * ACE/tests/Future_Set_Test.cpp: * ACE/tests/Log_Msg_Test.cpp: * ACE/tests/Logging_Strategy_Test.cpp: * ACE/tests/Max_Default_Port_Test_IPV6.cpp: * ACE/tests/Naming_Test.cpp:
Diffstat (limited to 'ACE/tests/Future_Set_Test.cpp')
-rw-r--r--ACE/tests/Future_Set_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/tests/Future_Set_Test.cpp b/ACE/tests/Future_Set_Test.cpp
index 3648646a703..bf57e1f05b5 100644
--- a/ACE/tests/Future_Set_Test.cpp
+++ b/ACE/tests/Future_Set_Test.cpp
@@ -15,7 +15,6 @@
*/
//=============================================================================
-
#include "test_config.h"
#include "ace/OS_NS_string.h"
#include "ace/ACE.h"
@@ -29,8 +28,6 @@
#include "ace/Atomic_Op.h"
#include "ace/Null_Mutex.h"
-
-
#if defined (ACE_HAS_THREADS)
using ATOMIC_INT = ACE_Atomic_Op<ACE_Thread_Mutex, int>;