diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-10-21 13:28:46 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-10-21 13:28:46 +0000 |
commit | 888ebd132e5d888159bcf2667844d54782cbd11e (patch) | |
tree | 0f69720c3fbd7bb3ac7c1fac9b12bb409dc08dba /src/fileio.c | |
parent | 72830e8a041dfdff63394ad9598684f99614ef31 (diff) | |
download | emacs-888ebd132e5d888159bcf2667844d54782cbd11e.tar.gz |
(Finsert_file_contents): Remove unused variable `gap_size'.
Diffstat (limited to 'src/fileio.c')
-rw-r--r-- | src/fileio.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index e48dbe65720..7621559e4cd 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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)) |