summaryrefslogtreecommitdiff
path: root/xml2cmp/source/xcd/parse.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'xml2cmp/source/xcd/parse.cxx')
-rw-r--r--xml2cmp/source/xcd/parse.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/xml2cmp/source/xcd/parse.cxx b/xml2cmp/source/xcd/parse.cxx
index 6722652874d4..25bf083339f2 100644
--- a/xml2cmp/source/xcd/parse.cxx
+++ b/xml2cmp/source/xcd/parse.cxx
@@ -442,10 +442,6 @@ X2CParser::SyntaxError( const char * i_sText )
void
X2CParser::TestCurChar()
{
-// if (*text == '\0')
-// SyntaxError("unexpected end of file");
-// else
-
if (*text == '\n')
nFileLine++;
}