Remove line
This commit is contained in:
parent
35f121bb27
commit
1dd5e726dc
@ -677,7 +677,6 @@ static pat_t parse_next_pat(TextIter_t *state, int64_t *index)
|
|||||||
return PAT(PAT_GRAPHEME, .grapheme=(int32_t)grapheme);
|
return PAT(PAT_GRAPHEME, .grapheme=(int32_t)grapheme);
|
||||||
#undef PAT
|
#undef PAT
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
return (pat_t){.tag=PAT_GRAPHEME, .non_capturing=true, .min=1, .max=1, .grapheme=Text$get_grapheme_fast(state, (*index)++)};
|
return (pat_t){.tag=PAT_GRAPHEME, .non_capturing=true, .min=1, .max=1, .grapheme=Text$get_grapheme_fast(state, (*index)++)};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user