emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4424970: * admin/update_autogen: Remove unused variables.


From: Stefan Kangas
Subject: master 4424970: * admin/update_autogen: Remove unused variables.
Date: Wed, 10 Nov 2021 10:38:54 -0500 (EST)

branch: master
commit 4424970b2b624888468cbea80f8aa4c121f60152
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * admin/update_autogen: Remove unused variables.
---
 admin/update_autogen | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/admin/update_autogen b/admin/update_autogen
index 11c4313..a54c5ac 100755
--- a/admin/update_autogen
+++ b/admin/update_autogen
@@ -248,7 +248,7 @@ info_dir ()
     rm -f $outfile
     cp $basefile $outfile
 
-    local topic file dircat dirent
+    local topic file dircat
 
     ## FIXME inefficient looping.
     for topic in "Texinfo documentation system" "Emacs" "GNU Emacs Lisp" \
@@ -292,8 +292,6 @@ EOF
 
 [ "$autogendir" ] && {
 
-    oldpwd=$PWD
-
     cp $genfiles $autogendir/
 
     cd $autogendir || die "cd error for $autogendir"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]