1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00

(decode_coding_string): Remove unused variable `gcpro1'.

This commit is contained in:
Pavel Janík 2001-11-28 07:36:46 +00:00
parent 8a1f80737a
commit 55b43a6305
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-11-28 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* coding.c (decode_coding_string): Remove unused variable
`gcpro1'.
2001-11-26 Stefan Monnier <monnier@cs.yale.edu>
* syntax.c (syms_of_syntax): Remove defsubr of Sdescribe_syntax.

View file

@ -5812,7 +5812,6 @@ decode_coding_string (str, coding, nocopy)
int len;
struct conversion_buffer buf;
int from, to_byte;
struct gcpro gcpro1;
Lisp_Object saved_coding_symbol;
int result;
int require_decoding;