1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-21 13:10:37 -08:00

* coding.c (decode_coding_emacs_mule): Remove unreachable code.

This is a typo left over from 2009-03-06T07:51:52Z!handa@m17n.org,
which fixed Bug#2370.  Caught by Sun cc.
This commit is contained in:
Paul Eggert 2011-01-16 18:55:28 -08:00
parent 721be9cd48
commit 9fba3563f1
2 changed files with 6 additions and 5 deletions

View file

@ -2631,10 +2631,6 @@ decode_coding_emacs_mule (struct coding_system *coding)
}
continue;
src = src_base;
consumed_chars = consumed_chars_base;
continue;
invalid_code:
EMACS_MULE_MAYBE_FINISH_COMPOSITION ();
src = src_base;
@ -10901,4 +10897,3 @@ emacs_strerror (int error_number)
}
#endif /* emacs */