summaryrefslogtreecommitdiff
path: root/ace/Hashable.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Hashable.inl')
-rw-r--r--ace/Hashable.inl14
1 files changed, 0 insertions, 14 deletions
diff --git a/ace/Hashable.inl b/ace/Hashable.inl
deleted file mode 100644
index 7ec54ea1337..00000000000
--- a/ace/Hashable.inl
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE
-ACE_Hashable::ACE_Hashable (void)
- : hash_value_ (0)
-{
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL