Mercurial > emacs
diff src/coding.c @ 89924:7d0f6da3ea6e
(detect_coding): Delete unused variables.
(detect_coding_system): Likewise.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Tue, 20 Apr 2004 11:26:43 +0000 |
| parents | 1763eef5ad02 |
| children | 48af0ea7d387 |
line wrap: on
line diff
--- a/src/coding.c Tue Apr 20 08:32:39 2004 +0000 +++ b/src/coding.c Tue Apr 20 11:26:43 2004 +0000 @@ -5402,7 +5402,6 @@ struct coding_system *coding; { const unsigned char *src, *src_end; - Lisp_Object attrs, coding_type; coding->consumed = coding->consumed_char = 0; coding->produced = coding->produced_char = 0; @@ -7214,7 +7213,6 @@ { if (detect_coding_utf_16 (&coding, &detect_info)) { - enum coding_category category; struct coding_system *this; if (detect_info.found & CATEGORY_MASK_UTF_16_LE) @@ -8859,7 +8857,7 @@ (coding_system, prop, val) Lisp_Object coding_system, prop, val; { - Lisp_Object spec, attrs, plist; + Lisp_Object spec, attrs; CHECK_CODING_SYSTEM_GET_SPEC (coding_system, spec); attrs = AREF (spec, 0);
