You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by am...@apache.org on 2008/02/21 17:49:59 UTC

svn commit: r629868 - /xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp

Author: amassari
Date: Thu Feb 21 08:49:58 2008
New Revision: 629868

URL: http://svn.apache.org/viewvc?rev=629868&view=rev
Log:
Removed call to non-existing checkBlockSize function

Modified:
    xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp

Modified: xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp
URL: http://svn.apache.org/viewvc/xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp?rev=629868&r1=629867&r2=629868&view=diff
==============================================================================
--- xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp (original)
+++ xerces/c/trunk/src/xercesc/util/Transcoders/ICU/ICUTransService.cpp Thu Feb 21 08:49:58 2008
@@ -472,11 +472,6 @@
                             ,       XMLSize_t&              bytesEaten
                             ,       unsigned char* const    charSizes)
 {
-    // If debugging, insure the block size is legal
-    #if defined(XERCES_DEBUG)
-    checkBlockSize(maxChars);
-    #endif
-
     // Set up pointers to the start and end of the source buffer
     const XMLByte*  startSrc = srcData;
     const XMLByte*  endSrc = srcData + srcCount;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org