Skip to content

Commit 3422fbc

Browse files
committed
Remove unused override_recoding flag in struct RExC_state_t
Commit fc54a9b removed the use of it, but failed to remove the actual field from the struct.
1 parent cb83733 commit 3422fbc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

regcomp_internal.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ struct RExC_state_t {
142142
U32 study_chunk_recursed_bytes; /* bytes in bitmap */
143143
I32 in_lookaround;
144144
I32 contains_locale;
145-
I32 override_recoding;
146145
I32 recode_x_to_native;
147146
I32 in_multi_char_class;
148147
int code_index; /* next code_blocks[] slot */

0 commit comments

Comments
 (0)