Skip to content

Commit ab5efca

Browse files
committed
parser.c: Remove unued JSON_ParserStruct.parsing_name
1 parent 4f1adb1 commit ab5efca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/json/ext/parser/parser.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,6 @@ typedef struct JSON_ParserStruct {
336336
int max_nesting;
337337
bool allow_nan;
338338
bool allow_trailing_comma;
339-
bool parsing_name;
340339
bool symbolize_names;
341340
bool freeze;
342341
} JSON_ParserConfig;

0 commit comments

Comments
 (0)