summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Sohns <eriksohns@fastmail.net>2015-12-04 18:54:23 +0100
committerErik Sohns <eriksohns@fastmail.net>2015-12-04 18:54:23 +0100
commit39aeb7f5722b0a02318a78973a2f1ab9aa9ef405 (patch)
tree20b16ac8746014e75672b39fa89ca222fa6efd3b
parentb695f270c103b3945fb9466401d10174944da8d5 (diff)
downloadATCD-39aeb7f5722b0a02318a78973a2f1ab9aa9ef405.tar.gz
fixed an issue with (exported) template specializations (Win32)
-rw-r--r--ACE/tests/Recursive_Condition_Test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ACE/tests/Recursive_Condition_Test.cpp b/ACE/tests/Recursive_Condition_Test.cpp
index 394100cd0c6..da75b000977 100644
--- a/ACE/tests/Recursive_Condition_Test.cpp
+++ b/ACE/tests/Recursive_Condition_Test.cpp
@@ -59,7 +59,6 @@ private:
// These are for the basic functionality tests.
ACE_SYNCH_RECURSIVE_MUTEX mutex_;
-//ACE_Condition<ACE_SYNCH_RECURSIVE_MUTEX> condition_ (mutex_);
ACE_SYNCH_RECURSIVE_CONDITION condition_ (mutex_);
// Test driver sets this to non-zero before spawning and to zero for
// waiter.