removed pre-instantiation of templates in header file.

This commit is contained in:
crs 2002-08-11 11:50:07 +00:00
parent 435bb738e6
commit 639cb26a7d
1 changed files with 0 additions and 5 deletions

View File

@ -232,9 +232,4 @@ CCondVar<T>::operator const T&() const
return m_data;
}
// force instantiation of these common types
template class CCondVar<bool>;
template class CCondVar<SInt32>;
#endif