]> git.eshelyaron.com Git - emacs.git/commitdiff
(run_pre_post_conversion_on_str): Remove unused var `buf'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Jun 2005 20:47:42 +0000 (20:47 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 13 Jun 2005 20:47:42 +0000 (20:47 +0000)
src/coding.c

index a7a78bbe2c090ecfeaee824ebc0ca1caac26575c..0c4ec1eebc5c377654b5b35f693ebfb7048fd953 100644 (file)
@@ -6060,7 +6060,6 @@ run_pre_post_conversion_on_str (str, coding, encodep)
   int count = SPECPDL_INDEX ();
   struct gcpro gcpro1, gcpro2;
   int multibyte = STRING_MULTIBYTE (str);
-  struct buffer *buf;
   Lisp_Object old_deactivate_mark;
 
   record_unwind_protect (Fset_buffer, Fcurrent_buffer ());