changeset 63383:12107da85908

(run_pre_post_conversion_on_str): Remove unused var `buf'.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 13 Jun 2005 20:47:42 +0000
parents 9cbfa983c1cf
children e5a2d6aee2eb
files src/coding.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/coding.c	Mon Jun 13 20:47:08 2005 +0000
+++ b/src/coding.c	Mon Jun 13 20:47:42 2005 +0000
@@ -6060,7 +6060,6 @@
   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 ());