summaryrefslogtreecommitdiff
path: root/ACE/tests/DLL_Test.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-06-22 14:35:02 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-06-22 14:35:02 +0200
commit1f157faae5e6f2fdc9f10c236dca136c7ee7488a (patch)
treee84c8857d7559655f00f7614271f04950aff0276 /ACE/tests/DLL_Test.cpp
parent16b803df3f89ccbaab85bc75c8950fd3f891f5db (diff)
downloadATCD-1f157faae5e6f2fdc9f10c236dca136c7ee7488a.tar.gz
Minor cleanup
* ACE/tests/Based_Pointer_Test.cpp: * ACE/tests/Basic_Types_Test.cpp: * ACE/tests/Bound_Ptr_Test.cpp: * ACE/tests/Bound_Ptr_Test.h: * ACE/tests/DLL_Test.cpp: * ACE/tests/DLL_Test.h: * ACE/tests/DLL_Test_Impl.cpp: * ACE/tests/DLL_Test_Parent.h: * ACE/tests/SOCK_Acceptor_Test.cpp: * ACE/tests/Unbounded_Set_Test.cpp:
Diffstat (limited to 'ACE/tests/DLL_Test.cpp')
-rw-r--r--ACE/tests/DLL_Test.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ACE/tests/DLL_Test.cpp b/ACE/tests/DLL_Test.cpp
index 25d4212468e..1d6654ae1b8 100644
--- a/ACE/tests/DLL_Test.cpp
+++ b/ACE/tests/DLL_Test.cpp
@@ -55,7 +55,6 @@ int handle_test (ACE_DLL &dll)
int basic_test (ACE_DLL &dll)
{
-
ACE_TString dll_file;
const char *subdir_env = ACE_OS::getenv ("ACE_EXE_SUB_DIR");
if (subdir_env)
@@ -138,7 +137,6 @@ int dynamic_cast_test (ACE_DLL &dll)
return 0;
}
-
int
run_main (int, ACE_TCHAR *[])
{