diff options
| author | Karl Heuer | 1994-08-24 00:39:46 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-08-24 00:39:46 +0000 |
| commit | 857e63c29531c6954faf64e97dcf12169be5f589 (patch) | |
| tree | 721ece135012fa2e891e3d3997eba5db46f584e9 /src | |
| parent | 1a04498e876c94cfc644d6fd6bf40d73230ff497 (diff) | |
| download | emacs-857e63c29531c6954faf64e97dcf12169be5f589.tar.gz emacs-857e63c29531c6954faf64e97dcf12169be5f589.zip | |
(Fcopy_file, build_annotations, Fdo_auto_save): Delete unused variables.
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 ed8492ce5c1..e768d48c6d2 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -1752,7 +1752,6 @@ A prefix arg makes KEEP-TIME non-nil.") | |||
| 1752 | Lisp_Object handler; | 1752 | Lisp_Object handler; |
| 1753 | struct gcpro gcpro1, gcpro2; | 1753 | struct gcpro gcpro1, gcpro2; |
| 1754 | int count = specpdl_ptr - specpdl; | 1754 | int count = specpdl_ptr - specpdl; |
| 1755 | Lisp_Object args[6]; | ||
| 1756 | int input_file_statable_p; | 1755 | int input_file_statable_p; |
| 1757 | 1756 | ||
| 1758 | GCPRO2 (filename, newname); | 1757 | GCPRO2 (filename, newname); |