ICU-4703 beam compile warning fixes

X-SVN-Rev: 18377
This commit is contained in:
Andy Heninger 2005-08-02 00:25:54 +00:00
parent 2f464cbba2
commit 2f8dfa2df2
2 changed files with 0 additions and 5 deletions

View File

@ -873,7 +873,6 @@ int32_t RuleBasedBreakIterator::handlePrevious(void) {
int32_t state = START_STATE;
int32_t category;
int32_t lastCategory = 0;
int32_t result = fText->getIndex();
int32_t lookaheadStatus = 0;
int32_t lookaheadResult = 0;
@ -899,9 +898,6 @@ int32_t RuleBasedBreakIterator::handlePrevious(void) {
break;
}
// save the last character's category and look up the current
// character's category
lastCategory = category;
UTRIE_GET16(&fData->fTrie, c, category);
// Check the dictionary bit in the character's category.

View File

@ -435,7 +435,6 @@ UBool RBBIRuleScanner::doParseActions(EParseAction action)
fRB->fRules.extractBetween(n->fFirstPos, n->fLastPos, n->fText);
break;
}
break;
case doSlash:
// Scanned a '/', which identifies a look-ahead break position in a rule.