Signed-off-by: Michael Witten <mfwitten@xxxxxxx> --- This is perhaps a duplicate of another patch sent in, but it applies to the tabified version. git-cvsexportcommit.perl | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/git-cvsexportcommit.perl b/git-cvsexportcommit.perl index b330c3d..869c8b5 100755 --- a/git-cvsexportcommit.perl +++ b/git-cvsexportcommit.perl @@ -30,9 +30,6 @@ if ($opt_d) { @cvs = ('cvs'); } -# setup a tempdir -our ($tmpdir, $tmpdirname) = tempdir('git-cvsapplycommit-XXXXXX', TMPDIR => 1, CLEANUP => 1); - # resolve target commit my $commit; $commit = pop @ARGV; -- 1.5.3.4.207.g6d7480-dirty - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html