(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

@ -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;