From: Ian Jackson Date: Tue, 31 Dec 2019 16:32:21 +0000 (+0000) Subject: catacomb-import-update: Abolish a now-unused variable X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=4022c834864b5490b546b6efda6ef949764992dc;p=secnet.git catacomb-import-update: Abolish a now-unused variable Signed-off-by: Ian Jackson --- diff --git a/catacomb-import-update b/catacomb-import-update index 2cb3bdc..9834f3c 100755 --- a/catacomb-import-update +++ b/catacomb-import-update @@ -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; }