From: Matthias Clasen Date: Sat, 8 Oct 2011 16:42:06 +0000 (-0400) Subject: Remove a bit of dead code X-Git-Tag: 2.31.0~184 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d33f625444c28cd1c6313410d639360141dfd16b;p=platform%2Fupstream%2Fglib.git Remove a bit of dead code --- diff --git a/glib/gmarkup.c b/glib/gmarkup.c index a71d044..b0c28a9 100644 --- a/glib/gmarkup.c +++ b/glib/gmarkup.c @@ -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)