diff options
Diffstat (limited to 'dep/acelite/ace/Encoding_Converter.cpp')
-rw-r--r-- | dep/acelite/ace/Encoding_Converter.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dep/acelite/ace/Encoding_Converter.cpp b/dep/acelite/ace/Encoding_Converter.cpp deleted file mode 100644 index b5fd2b35402..00000000000 --- a/dep/acelite/ace/Encoding_Converter.cpp +++ /dev/null @@ -1,12 +0,0 @@ -// $Id: Encoding_Converter.cpp 80826 2008-03-04 14:51:23Z wotte $ -#include "ace/Encoding_Converter.h" - -#if defined (ACE_USES_WCHAR) -ACE_BEGIN_VERSIONED_NAMESPACE_DECL - -ACE_Encoding_Converter::~ACE_Encoding_Converter (void) -{ -} - -ACE_END_VERSIONED_NAMESPACE_DECL -#endif /* ACE_USES_WCHAR */ |