git-cvsimport-script: remove unused variable

maint
Sven Verdoolaege 2005-07-04 23:18:35 +02:00
parent 1750113206
commit fc6e714c83
1 changed files with 0 additions and 2 deletions

View File

@ -359,8 +359,6 @@ sub pmode($) {
return $m;
}

my $tmpcv = "/var/cache/cvs";

sub getwd() {
my $pwd = `pwd`;
chomp $pwd;