(Finsert_file_contents): Remove unused variable `gap_size'.
authorPavel Janík <Pavel@Janik.cz>
Sun, 21 Oct 2001 13:28:46 +0000 (13:28 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 21 Oct 2001 13:28:46 +0000 (13:28 +0000)
src/ChangeLog
src/fileio.c

index 24b5c96..1e58b8a 100644 (file)
@@ -1,5 +1,8 @@
 2001-10-21  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
+       * fileio.c (Finsert_file_contents): Remove unused variable
+       `gap_size'.
+
        * sysdep.c (init_sys_modes): Change doc-string comments to `new
        style' [w/`doc:' keyword].
 
index e48dbe6..7621559 100644 (file)
@@ -3516,7 +3516,6 @@ actually used.  */)
   int replace_handled = 0;
   int set_coding_system = 0;
   int coding_system_decided = 0;
-  int gap_size;
   int read_quit = 0;
 
   if (current_buffer->base_buffer && ! NILP (visit))