]> git.eshelyaron.com Git - emacs.git/commitdiff
(decode_coding_string): Remove unused variable `gcpro1'.
authorPavel Janík <Pavel@Janik.cz>
Wed, 28 Nov 2001 07:36:46 +0000 (07:36 +0000)
committerPavel Janík <Pavel@Janik.cz>
Wed, 28 Nov 2001 07:36:46 +0000 (07:36 +0000)
src/ChangeLog
src/coding.c

index 9c65b156d30df3420fa805e7fb5bc7ead7a4e497..1fc2aa0dc4681d2e71ec08e9e26740b44133e6b4 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-28  Pavel Jan\e,Bm\e(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.
index 2301470cb816c48f730c62cc93e3adc1be706422..5b2f629fa79b34db03dfff941b616713b4310512 100644 (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;