mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-1923 remove unused code
X-SVN-Rev: 8743
This commit is contained in:
parent
9279ca0f47
commit
3a3b9eb478
1 changed files with 0 additions and 2 deletions
|
@ -588,7 +588,6 @@ addProps(uint32_t c, uint32_t x) {
|
|||
fprintf(stderr, "error: too many entries for the properties trie\n");
|
||||
exit(U_BUFFER_OVERFLOW_ERROR);
|
||||
}
|
||||
setMainProperties(c, c+1, x);
|
||||
}
|
||||
|
||||
/* areas of same properties ------------------------------------------------- */
|
||||
|
@ -599,7 +598,6 @@ repeatProps(uint32_t first, uint32_t last, uint32_t x) {
|
|||
fprintf(stderr, "error: too many entries for the properties trie\n");
|
||||
exit(U_BUFFER_OVERFLOW_ERROR);
|
||||
}
|
||||
setMainProperties(first, last+1, x);
|
||||
}
|
||||
|
||||
/* compacting --------------------------------------------------------------- */
|
||||
|
|
Loading…
Add table
Reference in a new issue