diff --git a/string.cpp b/string.cpp index 1e95da92..f9e88370 100644 --- a/string.cpp +++ b/string.cpp @@ -9,6 +9,9 @@ #include "string.hpp" #include + + +#if 0 #include #include @@ -34,6 +37,7 @@ cruft::to_utf8 (const std::wstring &src) { return to_utf8 (src.c_str ()); } +#endif ///////////////////////////////////////////////////////////////////////////////