Version 1.24
* configure.ac, NEWS: Version 1.24
* bootstrap: Restore tar-specific code lost during last
sync from gnulib (241b72ffad).
* src/misc.c (chdir_do): Remove unused automatic variable.
This commit is contained in:
@@ -728,7 +728,6 @@ chdir_do (int i)
|
||||
{
|
||||
if (chdir_current != i)
|
||||
{
|
||||
static size_t counter;
|
||||
struct wd *curr = &wd[i];
|
||||
int fd = curr->fd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user