Remove dead store for did_alt
This commit is contained in:
parent
7e856b3b4d
commit
10d721eaea
|
@ -4436,10 +4436,9 @@ static unsigned char *add_byte_range(const unsigned char *lo, const unsigned cha
|
||||||
const int any_len = 5;
|
const int any_len = 5;
|
||||||
|
|
||||||
r = make_room(r, j, 6 + ((count - same_chars - 1) * any_len), rs);
|
r = make_room(r, j, 6 + ((count - same_chars - 1) * any_len), rs);
|
||||||
if (!did_alt) {
|
if (!did_alt)
|
||||||
r[j++] = '|';
|
r[j++] = '|';
|
||||||
did_alt = 1;
|
|
||||||
}
|
|
||||||
if (p == q) {
|
if (p == q) {
|
||||||
r[j++] = p;
|
r[j++] = p;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user