We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1953e37 commit c24ad68Copy full SHA for c24ad68
apache2/msc_xml.c
@@ -84,7 +84,6 @@ static void msc_xml_on_end_elementns(
84
arg->value = xml_parser_state->currval;
85
arg->value_len = strlen(xml_parser_state->currval);
86
arg->value_origin_len = arg->value_len;
87
- //arg->value_origin_offset = value-base_offset;
88
arg->origin = "XML";
89
90
if (msr->txcfg->debuglog_level >= 9) {
0 commit comments