summaryrefslogtreecommitdiff
path: root/ace/Token_Collection.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Token_Collection.inl')
-rw-r--r--ace/Token_Collection.inl17
1 files changed, 0 insertions, 17 deletions
diff --git a/ace/Token_Collection.inl b/ace/Token_Collection.inl
deleted file mode 100644
index db86701a325..00000000000
--- a/ace/Token_Collection.inl
+++ /dev/null
@@ -1,17 +0,0 @@
-// -*- C++ -*-
-//
-// $Id$
-
-#if defined (ACE_HAS_TOKENS_LIBRARY)
-
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
-ACE_INLINE const ACE_TCHAR *
-ACE_Token_Collection::name (void) const
-{
- return name_;
-}
-
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-#endif /* ACE_HAS_TOKENS_LIBRARY */