From 639cb26a7d70b35a4d787a45a07d3a1cfe2da7fa Mon Sep 17 00:00:00 2001 From: crs Date: Sun, 11 Aug 2002 11:50:07 +0000 Subject: [PATCH] removed pre-instantiation of templates in header file. --- lib/mt/CCondVar.h | 5 ----- 1 file changed, 5 deletions(-) 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