TT#69200 Remove unused variable in arrayeq()

Change-Id: I14e16592d83448db56de4498fc1a3b2f25aee88e
(cherry picked from commit 117202701c)
changes/20/36320/1
Guillem Jover 6 years ago committed by Rene Krenn
parent 46a9f79689
commit 151b33e2b6

@ -148,7 +148,7 @@ sub arrayeq {
} else { } else {
$ubound2 = -1; $ubound2 = -1;
} }
my $result = 1;
if ($ubound1 != $ubound2) { if ($ubound1 != $ubound2) {
return 0; return 0;
} else { } else {

Loading…
Cancel
Save