mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Remove a bit of dead code
This commit is contained in:
@@ -1041,9 +1041,6 @@ g_markup_parse_context_parse (GMarkupParseContext *context,
|
||||
context->iter = context->current_text;
|
||||
context->start = context->iter;
|
||||
|
||||
if (context->current_text_len == 0)
|
||||
goto finished;
|
||||
|
||||
while (context->iter != context->current_text_end)
|
||||
{
|
||||
switch (context->state)
|
||||
|
Reference in New Issue
Block a user