summaryrefslogtreecommitdiff
path: root/tests/Based_Pointer_Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Based_Pointer_Test.cpp')
-rw-r--r--tests/Based_Pointer_Test.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/Based_Pointer_Test.cpp b/tests/Based_Pointer_Test.cpp
index 143511170ac..a141a864e54 100644
--- a/tests/Based_Pointer_Test.cpp
+++ b/tests/Based_Pointer_Test.cpp
@@ -409,17 +409,6 @@ run_main (int, ACE_TCHAR *[])
ACE_END_TEST;
return retval == 0 ? 0 : 1;
}
-
-# if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
-template class ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_Null_Mutex, ACE_PI_Control_Block>;
-
-# elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate class ACE_Malloc_T<ACE_MMAP_MEMORY_POOL, ACE_Null_Mutex, ACE_PI_Control_Block>
-
-# endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
#else /* ! ACE_HAS_POSITION_INDEPENDENT_POINTERS */
// Nothing to test !
int