From 73c7832ec9f47a9e7e7d43257514c1aee00665c5 Mon Sep 17 00:00:00 2001
From: Alberto Massari <amassari@apache.org>
Date: Tue, 21 Nov 2006 14:22:21 +0000
Subject: [PATCH] Deprecated method AbstractDOMParser::setDoValidation has been
 removed

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@477683 13f79535-47bb-0310-9956-ffa450edef68
---
 src/xercesc/com/XMLDOMDocument.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/xercesc/com/XMLDOMDocument.cpp b/src/xercesc/com/XMLDOMDocument.cpp
index a01ce83f7..5fa7eb436 100644
--- a/src/xercesc/com/XMLDOMDocument.cpp
+++ b/src/xercesc/com/XMLDOMDocument.cpp
@@ -1380,7 +1380,6 @@ UINT APIENTRY CXMLDOMDocument::ParseThread(void *pParm)
 
 
 	if (!pThis->m_bParseError && !pThis->m_bAbort) {
-		parser.setDoValidation(pThis->m_bThreadValidate);
 		//
 		//   this brings the COM component into better mimicry to MSXML
 		//      by not throwing a validation error when there is no DOCTYPE
-- 
GitLab