diff options
| author | Stefan Kangas | 2021-11-10 16:37:47 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2021-11-10 16:37:52 +0100 |
| commit | 4424970b2b624888468cbea80f8aa4c121f60152 (patch) | |
| tree | 6c083bbd334d7fede60ad4ce77020f0cc2fffea9 /admin | |
| parent | 3aad70326db4b654c836be97f7b96bb71e10202a (diff) | |
| download | emacs-4424970b2b624888468cbea80f8aa4c121f60152.tar.gz emacs-4424970b2b624888468cbea80f8aa4c121f60152.zip | |
* admin/update_autogen: Remove unused variables.
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/update_autogen | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/admin/update_autogen b/admin/update_autogen index 11c4313ae37..a54c5ace1db 100755 --- a/admin/update_autogen +++ b/admin/update_autogen | |||
| @@ -248,7 +248,7 @@ info_dir () | |||
| 248 | rm -f $outfile | 248 | rm -f $outfile |
| 249 | cp $basefile $outfile | 249 | cp $basefile $outfile |
| 250 | 250 | ||
| 251 | local topic file dircat dirent | 251 | local topic file dircat |
| 252 | 252 | ||
| 253 | ## FIXME inefficient looping. | 253 | ## FIXME inefficient looping. |
| 254 | for topic in "Texinfo documentation system" "Emacs" "GNU Emacs Lisp" \ | 254 | for topic in "Texinfo documentation system" "Emacs" "GNU Emacs Lisp" \ |
| @@ -292,8 +292,6 @@ EOF | |||
| 292 | 292 | ||
| 293 | [ "$autogendir" ] && { | 293 | [ "$autogendir" ] && { |
| 294 | 294 | ||
| 295 | oldpwd=$PWD | ||
| 296 | |||
| 297 | cp $genfiles $autogendir/ | 295 | cp $genfiles $autogendir/ |
| 298 | 296 | ||
| 299 | cd $autogendir || die "cd error for $autogendir" | 297 | cd $autogendir || die "cd error for $autogendir" |