]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcopy_file, build_annotations, Fdo_auto_save): Delete unused variables.
authorKarl Heuer <kwzh@gnu.org>
Wed, 24 Aug 1994 00:39:46 +0000 (00:39 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 24 Aug 1994 00:39:46 +0000 (00:39 +0000)
src/fileio.c

index ed8492ce5c1ad7a0eb50018a50e9131eae194d78..e768d48c6d2a89bd9df03e0a35c33bc1d08b6611 100644 (file)
@@ -1752,7 +1752,6 @@ A prefix arg makes KEEP-TIME non-nil.")
   Lisp_Object handler;
   struct gcpro gcpro1, gcpro2;
   int count = specpdl_ptr - specpdl;
-  Lisp_Object args[6];
   int input_file_statable_p;
 
   GCPRO2 (filename, newname);