diff src/fileio.c @ 40128:e2feb0871205

(Finsert_file_contents): Remove unused variable `gap_size'.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 21 Oct 2001 13:27:20 +0000
parents e528f2adeed4
children a35ceaf34f12
line wrap: on
line diff
--- a/src/fileio.c	Sun Oct 21 13:26:09 2001 +0000
+++ b/src/fileio.c	Sun Oct 21 13:27:20 2001 +0000
@@ -3516,7 +3516,6 @@
   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))