Drop unused variables in pseudonymizr.pl
This commit is contained in:
parent
15f9ed2a98
commit
440453e4e6
@ -64,12 +64,7 @@ open $registry_fh, '<:utf8', $registry_file
|
|||||||
|
|
||||||
if ( $registry_fh ) {
|
if ( $registry_fh ) {
|
||||||
|
|
||||||
my ($orig, $random);
|
my ($h1, $h2) = $reverse_mode ? (\%subst => \%known) : (\%known => \%subst);
|
||||||
my ($h1, $h2, $assign) = $reverse_mode
|
|
||||||
? (\%subst => \%known)
|
|
||||||
: (\%known => \%subst)
|
|
||||||
;
|
|
||||||
|
|
||||||
while ( $_ = <$registry_fh> ) {
|
while ( $_ = <$registry_fh> ) {
|
||||||
chomp;
|
chomp;
|
||||||
my ($random, $orig) = split /\t/;
|
my ($random, $orig) = split /\t/;
|
||||||
|
Loading…
Reference in New Issue
Block a user