diff --git a/lib/mt/CCondVar.h b/lib/mt/CCondVar.h index 90552f2e..5310e148 100644 --- a/lib/mt/CCondVar.h +++ b/lib/mt/CCondVar.h @@ -232,9 +232,4 @@ CCondVar::operator const T&() const return m_data; } - -// force instantiation of these common types -template class CCondVar; -template class CCondVar; - #endif