ICU-1923 remove unused code

X-SVN-Rev: 8743
This commit is contained in:
Markus Scherer 2002-05-31 01:13:26 +00:00
parent 9279ca0f47
commit 3a3b9eb478

View file

@ -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 --------------------------------------------------------------- */