diff options
Diffstat (limited to 'externals/ace/Reactor_Impl.cpp')
-rw-r--r-- | externals/ace/Reactor_Impl.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/externals/ace/Reactor_Impl.cpp b/externals/ace/Reactor_Impl.cpp deleted file mode 100644 index dceba327691..00000000000 --- a/externals/ace/Reactor_Impl.cpp +++ /dev/null @@ -1,15 +0,0 @@ -// $Id: Reactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $ - -#include "ace/Reactor_Impl.h" - -ACE_RCSID (ace, - Reactor_Impl, - "$Id: Reactor_Impl.cpp 80826 2008-03-04 14:51:23Z wotte $") - -ACE_BEGIN_VERSIONED_NAMESPACE_DECL - -ACE_Reactor_Impl::~ACE_Reactor_Impl (void) -{ -} - -ACE_END_VERSIONED_NAMESPACE_DECL |