Skip to content

Commit

Permalink
cvsexportcommit: get rid of temporary directory
Browse files Browse the repository at this point in the history
Since commit e86ad71 we do not use
a temporary directory in cvsexportcommit.  So there is no need to set
one up.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Johannes Schindelin authored and Shawn O. Pearce committed Oct 16, 2007
1 parent ff90546 commit 9de6d07
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions git-cvsexportcommit.perl
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@
@cvs = ('cvs');
}

# setup a tempdir
our ($tmpdir, $tmpdirname) = tempdir('git-cvsapplycommit-XXXXXX',
TMPDIR => 1,
CLEANUP => 1);

# resolve target commit
my $commit;
$commit = pop @ARGV;
Expand Down

0 comments on commit 9de6d07

Please sign in to comment.