Skip to content

Commit 9de6d07

Browse files
dschospearce
authored andcommitted
cvsexportcommit: get rid of temporary directory
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 <[email protected]> Signed-off-by: Shawn O. Pearce <[email protected]>
1 parent ff90546 commit 9de6d07

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

git-cvsexportcommit.perl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@
3030
@cvs = ('cvs');
3131
}
3232

33-
# setup a tempdir
34-
our ($tmpdir, $tmpdirname) = tempdir('git-cvsapplycommit-XXXXXX',
35-
TMPDIR => 1,
36-
CLEANUP => 1);
37-
3833
# resolve target commit
3934
my $commit;
4035
$commit = pop @ARGV;

0 commit comments

Comments
 (0)