diff options
| author | Dave Love | 2003-09-29 18:02:39 +0000 |
|---|---|---|
| committer | Dave Love | 2003-09-29 18:02:39 +0000 |
| commit | a25ec3f954391319efc39b05d40213bb90a8c864 (patch) | |
| tree | 7429188a2de4e7f248a3b38742fa0da947c33846 /src | |
| parent | 21fa63fde64590bdaead8be8eed30effd78f25c6 (diff) | |
| download | emacs-a25ec3f954391319efc39b05d40213bb90a8c864.tar.gz emacs-a25ec3f954391319efc39b05d40213bb90a8c864.zip | |
(Fwrite_region): Remove unused var.
Diffstat (limited to 'src')
| -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 6476ce21264..7571a1c9602 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -4811,7 +4811,6 @@ This does code conversion according to the value of | |||
| 4811 | int save_errno = 0; | 4811 | int save_errno = 0; |
| 4812 | const unsigned char *fn; | 4812 | const unsigned char *fn; |
| 4813 | struct stat st; | 4813 | struct stat st; |
| 4814 | int tem; | ||
| 4815 | int count = SPECPDL_INDEX (); | 4814 | int count = SPECPDL_INDEX (); |
| 4816 | int count1; | 4815 | int count1; |
| 4817 | #ifdef VMS | 4816 | #ifdef VMS |