From 53bbf4b8808b40cd77679cac48317fcecbd42fa3 Mon Sep 17 00:00:00 2001 From: Erik Sohns Date: Mon, 24 Oct 2016 18:23:43 +0200 Subject: [PATCH] removed now-obsolete template instantiation left over from an earlier commit --- ACE/tests/Recursive_Condition_Bug_Test.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ACE/tests/Recursive_Condition_Bug_Test.cpp b/ACE/tests/Recursive_Condition_Bug_Test.cpp index c2b98b3c92bbf..bbfaa98a0fbdc 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; - #if defined (ACE_HAS_THREADS) // Number of iterations for the performance tests.