summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Sohns <eriksohns@123mail.org>2016-10-24 18:23:43 +0200
committerErik Sohns <eriksohns@123mail.org>2016-10-24 18:23:43 +0200
commit53bbf4b8808b40cd77679cac48317fcecbd42fa3 (patch)
treeed3e87a3ef554e61fb6c6a8fef74a770de947f02
parent8dbd7242889f83bd094ead021940911eb121b8aa (diff)
downloadATCD-53bbf4b8808b40cd77679cac48317fcecbd42fa3.tar.gz
removed now-obsolete template instantiation left over from an earlier commit
-rw-r--r--ACE/tests/Recursive_Condition_Bug_Test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ACE/tests/Recursive_Condition_Bug_Test.cpp b/ACE/tests/Recursive_Condition_Bug_Test.cpp
index c2b98b3c92b..bbfaa98a0fb 100644
--- a/ACE/tests/Recursive_Condition_Bug_Test.cpp
+++ b/ACE/tests/Recursive_Condition_Bug_Test.cpp
@@ -23,9 +23,6 @@
#include "test_config.h"
-// *NOTE*: explicit template instantiation required here...
-template class ACE_Condition<ACE_Recursive_Thread_Mutex>;
-
#if defined (ACE_HAS_THREADS)
// Number of iterations for the performance tests.