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