aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/Hashable.inl
diff options
context:
space:
mode:
Diffstat (limited to 'externals/ace/Hashable.inl')
-rw-r--r--externals/ace/Hashable.inl14
1 files changed, 0 insertions, 14 deletions
diff --git a/externals/ace/Hashable.inl b/externals/ace/Hashable.inl
deleted file mode 100644
index 352b7794eb9..00000000000
--- a/externals/ace/Hashable.inl
+++ /dev/null
@@ -1,14 +0,0 @@
-// -*- C++ -*-
-//
-// $Id: Hashable.inl 80826 2008-03-04 14:51:23Z wotte $
-
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE
-ACE_Hashable::ACE_Hashable (void)
- : hash_value_ (0)
-{
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL