diff src/coding.c @ 112288:81d8294d0c45

* coding.c (decode_coding_emacs_mule): Remove unreachable code. This is a typo left over from revno 95090 dated 2009-03-06, which fixed Bug#2370. Caught by Sun cc.
author Paul Eggert <eggert@cs.ucla.edu>
date Sun, 16 Jan 2011 18:55:28 -0800
parents ef719132ddfa
children 42e22c4f06b7
line wrap: on
line diff
--- a/src/coding.c	Sun Jan 16 21:41:25 2011 +0100
+++ b/src/coding.c	Sun Jan 16 18:55:28 2011 -0800
@@ -2631,10 +2631,6 @@
 	}
       continue;
 
-      src = src_base;
-      consumed_chars = consumed_chars_base;
-      continue;
-
     invalid_code:
       EMACS_MULE_MAYBE_FINISH_COMPOSITION ();
       src = src_base;
@@ -10901,4 +10897,3 @@
 }
 
 #endif /* emacs */
-