summaryrefslogtreecommitdiff
path: root/TAO/tao/Cleanup_Func_Registry.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Cleanup_Func_Registry.inl')
-rw-r--r--TAO/tao/Cleanup_Func_Registry.inl9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/tao/Cleanup_Func_Registry.inl b/TAO/tao/Cleanup_Func_Registry.inl
deleted file mode 100644
index 1e2a8362075..00000000000
--- a/TAO/tao/Cleanup_Func_Registry.inl
+++ /dev/null
@@ -1,9 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-ACE_INLINE size_t
-TAO_Cleanup_Func_Registry::size (void) const
-{
- return this->cleanup_funcs_.size ();
-}