]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix two unused variable warnings in make-docfile.c
authorStefan Kangas <stefan@marxist.se>
Tue, 4 Jan 2022 02:52:18 +0000 (03:52 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 4 Jan 2022 02:52:42 +0000 (03:52 +0100)
* lib-src/make-docfile.c (scan_lisp_file): Fix unused variable
warnings.

lib-src/make-docfile.c

index 199f1dbbcc73b1065329be19e28cf1a1c758bb3b..f42b1988a2b7a95019c6c8b7d203d132ad19ea5f 100644 (file)
@@ -1329,8 +1329,6 @@ scan_lisp_file (const char *filename, const char *mode)
 {
   FILE *infile;
   int c;
-  int i;
-  int flen = strlen (filename);
 
   if (generate_globals)
     fatal ("scanning lisp file when -g specified");