]> git.eshelyaron.com Git - emacs.git/commitdiff
(ccl-decode-mule-utf-8): Remove unnecessary line.
authorKenichi Handa <handa@m17n.org>
Tue, 1 Oct 2002 06:03:46 +0000 (06:03 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 1 Oct 2002 06:03:46 +0000 (06:03 +0000)
lisp/international/utf-8.el

index fcc35243231fb96df380aa4aac7c8bb522c51201..9bbb9d2c7560b75015f424280b4fc506217237a1 100644 (file)
@@ -298,7 +298,6 @@ option is not the default."
                  (r2 = r1)
                  (r0 &= #x1f)
                  (r0 <<= 6)
-                 (r2 = r1)        ; save in case of overlong sequence
                  (r1 &= #x3f)
                  (r1 += r0)
                  ;; Now r1 holds scalar value