summaryrefslogtreecommitdiff
path: root/TAO/tao/LF_Follower_Auto_Ptr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/LF_Follower_Auto_Ptr.cpp')
-rw-r--r--TAO/tao/LF_Follower_Auto_Ptr.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/tao/LF_Follower_Auto_Ptr.cpp b/TAO/tao/LF_Follower_Auto_Ptr.cpp
deleted file mode 100644
index acb28b3e34e..00000000000
--- a/TAO/tao/LF_Follower_Auto_Ptr.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-// -*- C++ -*-
-// $Id$
-
-#include "tao/LF_Follower_Auto_Ptr.h"
-
-#if !defined (__ACE_INLINE__)
-# include "tao/LF_Follower_Auto_Ptr.inl"
-#endif /* __ACE_INLINE__ */
-
-ACE_RCSID(tao, LF_Follower_Auto_Ptr, "$Id$")
-
-TAO_LF_Follower_Auto_Ptr::~TAO_LF_Follower_Auto_Ptr (void)
-{
- this->leader_follower_.release_follower (this->follower_);
-}