From 4022c834864b5490b546b6efda6ef949764992dc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 31 Dec 2019 16:32:21 +0000 Subject: [PATCH] catacomb-import-update: Abolish a now-unused variable Signed-off-by: Ian Jackson --- catacomb-import-update | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.30.2