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