mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Remove a bit of dead code
This commit is contained in:
parent
b3ead3c998
commit
d33f625444
@ -1041,9 +1041,6 @@ g_markup_parse_context_parse (GMarkupParseContext *context,
|
|||||||
context->iter = context->current_text;
|
context->iter = context->current_text;
|
||||||
context->start = context->iter;
|
context->start = context->iter;
|
||||||
|
|
||||||
if (context->current_text_len == 0)
|
|
||||||
goto finished;
|
|
||||||
|
|
||||||
while (context->iter != context->current_text_end)
|
while (context->iter != context->current_text_end)
|
||||||
{
|
{
|
||||||
switch (context->state)
|
switch (context->state)
|
||||||
|
Loading…
Reference in New Issue
Block a user