summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Jung Bauermann <thiago.bauermann@linaro.org>2024-02-24 21:16:38 -0300
committerThiago Bauermann <thiago.bauermann@linaro.org>2024-02-26 20:34:21 +0000
commit7a2baa255327750df4e94c04c781a85d3c61d4f6 (patch)
tree60abaef8a73364b20313492ed6a57d552a1d2a26
parent4150540b430ca973f7b01488e310763439b5af91 (diff)
compare_dg_tests.pl: Remove unused variable from read_sum()
Change-Id: Ib16b5a18dce997f4484291158013b36a61c1098b
-rwxr-xr-xcompare_dg_tests.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/compare_dg_tests.pl b/compare_dg_tests.pl
index 27d464b..f70554c 100755
--- a/compare_dg_tests.pl
+++ b/compare_dg_tests.pl
@@ -340,7 +340,6 @@ sub read_sum($)
my ($sum_file) = @_;
my $res = empty_result();
my %testcases;
- my %unsupported;
$res->{testcases} = \%testcases;
my $pending_timeout=0;
my $current_tool="";