(load_charset_map): Remove unnecessary code.
authorKenichi Handa <handa@m17n.org>
Fri, 1 May 2009 12:17:06 +0000 (12:17 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 1 May 2009 12:17:06 +0000 (12:17 +0000)
src/ChangeLog
src/charset.c

index 16fcbb6..72f050c 100644 (file)
@@ -1,6 +1,7 @@
 2009-05-01  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
 
        * charset.c (load_charset): Reformat X==Y==Z to (X==Y)==Z.
+       (load_charset_map): Remove unnecessary code.
 
 2009-04-30  David Reitter  <david.reitter@gmail.com>
 
index 107647f..59e676f 100644 (file)
@@ -319,7 +319,6 @@ load_charset_map (charset, entries, n_entries, control_flag)
            {
              memset (temp_charset_work->table.decoder, -1,
                      sizeof (int) * 0x10000);
-             temp_charset_work->for_encoder = 0;
            }
          else
            {