(clone_per_buffer_values): Remove unused var tem.
authorKim F. Storm <storm@cua.dk>
Thu, 20 Oct 2005 15:02:52 +0000 (15:02 +0000)
committerKim F. Storm <storm@cua.dk>
Thu, 20 Oct 2005 15:02:52 +0000 (15:02 +0000)
(init_buffer): Remove unused vars dotstat, pwdstat.

src/buffer.c

index c173136..5e304d5 100644 (file)
@@ -485,7 +485,7 @@ static void
 clone_per_buffer_values (from, to)
      struct buffer *from, *to;
 {
-  Lisp_Object to_buffer, tem;
+  Lisp_Object to_buffer;
   int offset;
 
   XSETBUFFER (to_buffer, to);
@@ -5112,7 +5112,6 @@ void
 init_buffer ()
 {
   char *pwd;
-  struct stat dotstat, pwdstat;
   Lisp_Object temp;
   int len;