mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-2404 comment out debug code
X-SVN-Rev: 13507
This commit is contained in:
parent
2238c98c6d
commit
603daa6b04
1 changed files with 2 additions and 0 deletions
|
@ -213,6 +213,7 @@ CnvExtWrite(NewConverter *cnvData, const UConverterStaticData *staticData,
|
|||
udata_writeBlock(pData, extData->stage3, extData->stage3Top*2);
|
||||
udata_writeBlock(pData, extData->stage3b, extData->stage3bTop*4);
|
||||
|
||||
#if 0
|
||||
{
|
||||
int32_t i, j;
|
||||
|
||||
|
@ -253,6 +254,7 @@ CnvExtWrite(NewConverter *cnvData, const UConverterStaticData *staticData,
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if(VERBOSE) {
|
||||
printf("size of extension data: %ld\n", top);
|
||||
|
|
Loading…
Add table
Reference in a new issue