summaryrefslogtreecommitdiff
path: root/ACE/ace/Intrusive_List.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Intrusive_List.cpp')
-rw-r--r--ACE/ace/Intrusive_List.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/ACE/ace/Intrusive_List.cpp b/ACE/ace/Intrusive_List.cpp
index 54bafc4c7b7..0d4c5fdb690 100644
--- a/ACE/ace/Intrusive_List.cpp
+++ b/ACE/ace/Intrusive_List.cpp
@@ -13,18 +13,6 @@
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-template <class T>
-ACE_Intrusive_List<T>::ACE_Intrusive_List ()
- : head_ (0)
- , tail_ (0)
-{
-}
-
-template<class T>
-ACE_Intrusive_List<T>::~ACE_Intrusive_List ()
-{
-}
-
template<class T> void
ACE_Intrusive_List<T>::push_back (T *node)
{