changeset 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 37a68b44b510
children 9fb304fb3f21
files src/fileio.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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))