This workaround is no longer needed because I have fixed the problem
properly.
Also, it didn't work anyway, because at that point $ho isn't set, so
all this did was produce some Perl warnings.
This reverts commit
f3668acae2c6201c680dc7b4e9085ab184136d7e.
sub compute_test_sharetype () {
my @runvartexts;
my %done;
- push @runvartexts, $ho->{Ident};
foreach my $key (runvar_glob(@accessible_runvar_pats)) {
next if runvar_is_synth($key);
my $val = $r{$key};