summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testEncoding.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/testEncoding.cxx')
-rw-r--r--Source/kwsys/testEncoding.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/kwsys/testEncoding.cxx b/Source/kwsys/testEncoding.cxx
index 457e8a8..2c5ef46 100644
--- a/Source/kwsys/testEncoding.cxx
+++ b/Source/kwsys/testEncoding.cxx
@@ -22,7 +22,6 @@
#include "Encoding.hxx.in"
#endif
-//----------------------------------------------------------------------------
static const unsigned char helloWorldStrings[][32] = {
// English
{ 'H', 'e', 'l', 'l', 'o', ' ', 'W', 'o', 'r', 'l', 'd', 0 },
@@ -50,7 +49,6 @@ static const unsigned char helloWorldStrings[][32] = {
{ 0 }
};
-//----------------------------------------------------------------------------
static int testHelloWorldEncoding()
{
int ret = 0;
@@ -262,7 +260,6 @@ static int testToWindowsExtendedPath()
#endif
}
-//----------------------------------------------------------------------------
int testEncoding(int, char* [])
{
const char* loc = setlocale(LC_ALL, "");