You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ma...@apache.org on 2005/10/20 10:35:51 UTC

svn commit: r326863 - /apr/apr-util/trunk/xml/expat/lib/xmlparse.c

Author: martin
Date: Thu Oct 20 01:35:47 2005
New Revision: 326863

URL: http://svn.apache.org/viewcvs?rev=326863&view=rev
Log:
Remove redundant break (warning: statement is unreachable)

Modified:
    apr/apr-util/trunk/xml/expat/lib/xmlparse.c

Modified: apr/apr-util/trunk/xml/expat/lib/xmlparse.c
URL: http://svn.apache.org/viewcvs/apr/apr-util/trunk/xml/expat/lib/xmlparse.c?rev=326863&r1=326862&r2=326863&view=diff
==============================================================================
--- apr/apr-util/trunk/xml/expat/lib/xmlparse.c (original)
+++ apr/apr-util/trunk/xml/expat/lib/xmlparse.c Thu Oct 20 01:35:47 2005
@@ -3428,7 +3428,6 @@
       if (!poolAppend(pool, enc, ptr, next))
 	return XML_ERROR_NO_MEMORY;
       break;
-      break;
     case XML_TOK_TRAILING_CR:
       next = ptr + enc->minBytesPerChar;
       /* fall through */