From 4dab93cfeff03d2cec241578d0a856308e41336a Mon Sep 17 00:00:00 2001 From: Khaled Noaman <knoaman@apache.org> Date: Tue, 16 Dec 2003 18:42:27 +0000 Subject: [PATCH] fMayMatch is no longer a data member of IC_Field git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@175580 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/internal/XObjectComparator.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/xercesc/internal/XObjectComparator.cpp b/src/xercesc/internal/XObjectComparator.cpp index 4679f5734..6800a46ff 100644 --- a/src/xercesc/internal/XObjectComparator.cpp +++ b/src/xercesc/internal/XObjectComparator.cpp @@ -57,6 +57,9 @@ /* * * $Log$ + * Revision 1.4 2003/12/16 18:42:27 knoaman + * fMayMatch is no longer a data member of IC_Field + * * Revision 1.3 2003/11/12 20:29:05 peiyongz * removal of fIDRefList * @@ -874,7 +877,6 @@ bool XObjectComparator::isEquivalent(IC_Field* const lValue IS_EQUIVALENT(lValue, rValue) return ( - (lValue->fMayMatch == rValue->fMayMatch) && isEquivalent(lValue->fXPath , rValue->fXPath) && isEquivalent(lValue->fIdentityConstraint -- GitLab