Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-cvsimport-script: remove unused variable
[gitweb.git]
/
git-cvsimport-script
diff --git
a/git-cvsimport-script
b/git-cvsimport-script
index 7f93fb3cd7ed747c77236dc127dd94d7b7b8a7de..3e6d22e74201360fd7520f7b52e91d76e4065572 100755
(executable)
--- a/
git-cvsimport-script
+++ b/
git-cvsimport-script
@@
-359,8
+359,6
@@
sub pmode($) {
return $m;
}
-my $tmpcv = "/var/cache/cvs";
-
sub getwd() {
my $pwd = `pwd`;
chomp $pwd;