Index: third_party/icu/source/tools/toolutil/swapimpl.cpp |
=================================================================== |
--- third_party/icu/source/tools/toolutil/swapimpl.cpp (revision 42287) |
+++ third_party/icu/source/tools/toolutil/swapimpl.cpp (working copy) |
@@ -541,11 +541,8 @@ |
const uint8_t *inBytes; |
uint8_t *outBytes; |
- const int32_t *inIndexes; |
- int32_t indexes[32]; |
+ int32_t offset; |
- int32_t i, offset, count; |
- |
/* udata_swapDataHeader checks the arguments */ |
headerSize=udata_swapDataHeader(ds, inData, length, outData, pErrorCode); |
if(pErrorCode==NULL || U_FAILURE(*pErrorCode)) { |