TT#69200 Remove unused variable in arrayeq()

Change-Id: I14e16592d83448db56de4498fc1a3b2f25aee88e
(cherry picked from commit 117202701c)
mr7.5.1
Guillem Jover 6 years ago committed by Rene Krenn
parent ce7cf88cfb
commit 1de487b529

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

Loading…
Cancel
Save