chiark / gitweb /
catacomb-import-update: Abolish a now-unused variable
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 31 Dec 2019 16:32:21 +0000 (16:32 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Jan 2020 00:30:56 +0000 (00:30 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
catacomb-import-update

index 2cb3bdcfc3af86fb8a7bdc3c954f261487869cab..9834f3c5167f330c237bbe145feadcc34329a2ef 100755 (executable)
@@ -44,7 +44,6 @@ sub moan ($) { print STDERR "$PROG: $_[0]\n"; }
 ###--------------------------------------------------------------------------
 ### Building commit messages.
 
-my %DONOR_PATH_MAP = ();
 my %DONOR_REV_MAP = ();
 my %RECIP_CACHE = ();
 my @RENAME_LIST;
@@ -93,7 +92,6 @@ sub note_path ($$) {
       moan "failed to find upstream version of $donor in commit $recip_rev";
     $RECIP_CACHE{$recip_rev} = $donor_rev;
   }
-  $DONOR_PATH_MAP{$donor} = $recip;
   $DONOR_REV_MAP{$donor} = $donor_rev;
 }