gareth 2003/02/05 01:00:18
Modified: c/src/xercesc/validators/datatype DatatypeValidator.hpp
c/src/xercesc/validators/schema ComplexTypeInfo.hpp
Log:
removed unused variables
Revision Changes Path
1.11 +1 -2
xml-xerces/c/src/xercesc/validators/datatype/DatatypeValidator.hpp
Index: DatatypeValidator.hpp
===================================================================
RCS file:
/home/cvs/xml-xerces/c/src/xercesc/validators/datatype/DatatypeValidator.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- DatatypeValidator.hpp 29 Jan 2003 22:37:38 -0000 1.10
+++ DatatypeValidator.hpp 5 Feb 2003 09:00:17 -0000 1.11
@@ -569,7 +569,6 @@
inline const XMLCh* DatatypeValidator::getTypeUri() const {
if(!fTypeUri) {
int index = XMLString::indexOf(fTypeName, chComma);
- int length = XMLString::stringLen(fTypeName);
XMLCh *uri = new XMLCh[index + 1];
XMLString::subString(uri, fTypeName, 0, index);
((DatatypeValidator *)this)->fTypeUri = uri;
1.11 +1 -3 xml-xerces/c/src/xercesc/validators/schema/ComplexTypeInfo.hpp
Index: ComplexTypeInfo.hpp
===================================================================
RCS file: /home/cvs/xml-xerces/c/src/xercesc/validators/schema/ComplexTypeInfo.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ComplexTypeInfo.hpp 29 Jan 2003 22:35:31 -0000 1.10
+++ ComplexTypeInfo.hpp 5 Feb 2003 09:00:18 -0000 1.11
@@ -412,10 +412,8 @@
inline const XMLCh* ComplexTypeInfo::getTypeUri() const
{
-
if(!fTypeUri) {
int index = XMLString::indexOf(fTypeName, chComma);
- int length = XMLString::stringLen(fTypeName);
XMLCh *uri = new XMLCh[index + 1];
XMLString::subString(uri, fTypeName, 0, index);
((ComplexTypeInfo *)this)->fTypeUri = uri;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]