aboutsummaryrefslogtreecommitdiff
path: root/dep/acelite/ace/Recyclable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'dep/acelite/ace/Recyclable.cpp')
-rw-r--r--dep/acelite/ace/Recyclable.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/dep/acelite/ace/Recyclable.cpp b/dep/acelite/ace/Recyclable.cpp
deleted file mode 100644
index 9af11bb851a..00000000000
--- a/dep/acelite/ace/Recyclable.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-//$Id: Recyclable.cpp 91286 2010-08-05 09:04:31Z johnnyw $
-#include "ace/Recyclable.h"
-
-
-#if !defined (__ACE_INLINE__)
-#include "ace/Recyclable.inl"
-#endif /* __ACE_INLINE __ */
-
-
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_Recyclable::ACE_Recyclable (ACE_Recyclable_State initial_state)
- : recycle_state_ (initial_state)
-{
-}
-
-ACE_Recyclable::~ACE_Recyclable (void)
-{
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL