summaryrefslogtreecommitdiff
path: root/ace/Refcountable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Refcountable.cpp')
-rw-r--r--ace/Refcountable.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/ace/Refcountable.cpp b/ace/Refcountable.cpp
deleted file mode 100644
index 0c77633f4d1..00000000000
--- a/ace/Refcountable.cpp
+++ /dev/null
@@ -1,17 +0,0 @@
-// $Id$
-
-#include "ace/Refcountable.h"
-
-#if !defined (__ACE_INLINE__)
-#include "ace/Refcountable.inl"
-#endif /* __ACE_INLINE __ */
-
-
-ACE_RCSID (ace,
- Refcountable,
- "$Id$")
-
-
-ACE_Refcountable::~ACE_Refcountable (void)
-{
-}