We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6896ee commit 553e6d7Copy full SHA for 553e6d7
src/generic/stage2/structural_parser.h
@@ -43,7 +43,6 @@ struct structural_parser : structural_iterator {
43
parser.containing_scope[depth].count = 0;
44
tape.skip(); // We don't actually *write* the start element until the end.
45
parser.is_array[depth] = false;
46
- if (depth >= parser.max_depth()) { log_error("Exceeded max depth!"); return DEPTH_ERROR; }
47
return SUCCESS;
48
}
49
0 commit comments