summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testFStream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/kwsys/testFStream.cxx')
-rw-r--r--Source/kwsys/testFStream.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/kwsys/testFStream.cxx b/Source/kwsys/testFStream.cxx
index 670f5e7..a92a781 100644
--- a/Source/kwsys/testFStream.cxx
+++ b/Source/kwsys/testFStream.cxx
@@ -20,7 +20,6 @@
#include <iostream>
-//----------------------------------------------------------------------------
static int testNoFile()
{
kwsys::ifstream in_file("NoSuchFile.txt");
@@ -69,7 +68,6 @@ static unsigned char file_data[num_test_files][max_test_file_size] = {
0x72, 0x00, 0x00, 0x00, 0x6C, 0x00, 0x00, 0x00, 0x64 },
};
-//----------------------------------------------------------------------------
static int testBOM()
{
// test various encodings in binary mode
@@ -104,7 +102,6 @@ static int testBOM()
return 0;
}
-//----------------------------------------------------------------------------
int testFStream(int, char* [])
{
int ret = 0;