remove unnecessary unset
authorJoey Hess <joey@kitenet.net>
Sun, 27 Oct 2013 17:00:21 +0000 (13:00 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 27 Oct 2013 17:00:21 +0000 (13:00 -0400)
TAR_LONGLINK_100 is set and then unset inside a single function.
This unset appears to be unnecessary cruft.

pristine-tar

index 9005ddb844306a0c093024bbb55cfeb4e356b69d..40ed069c03193d3343b9d63c200723aff2558173 100755 (executable)
@@ -359,7 +359,6 @@ sub recreatetarball {
                }, "$tempdir/workdir");
        }
 
-       delete $ENV{TAR_LONGLINK_100};
        $recreatetarball_tempdir=$tempdir;
        return recreatetarball_helper(%options);
 }