ICU-4078 Remove unused strings.

X-SVN-Rev: 16330
This commit is contained in:
George Rhoten 2004-09-15 18:14:51 +00:00
parent 8066655515
commit 1ca3116228
2 changed files with 2 additions and 2 deletions

View file

@ -389,7 +389,7 @@ else
#
# This array is used for producing debugging output from the rule parser.
#
print "#ifndef RBBI_DEBUG\n";
print "#ifdef RBBI_DEBUG\n";
print "static const char * const RBBIRuleStateNames[] = {";
for ($state=0; $state<$num_states; $state++) {
if ($stateNames[$state] ne "") {

View file

@ -171,7 +171,7 @@ static const struct RBBIRuleTableEl gRuleParseStateTable[] = {
, {doRuleErrorAssignExpr, 255, 95,0, FALSE} // 94
, {doExit, 255, 95,0, TRUE} // 95 errorDeath
};
#ifndef RBBI_DEBUG
#ifdef RBBI_DEBUG
static const char * const RBBIRuleStateNames[] = { 0,
"start",
0,