[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH v2 01/23] Osstest/Debian.pm: Remove a spurious `my $kernel'.
This variable is not used, and is shadowed by the one which is initialised a few lines later. This produces a warning. Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- Osstest/Debian.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index b46d222..eafc6cd 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -1063,7 +1063,6 @@ sub di_special_kernel ($$) { my $d_i = di_installer_path($ho); my $tp = $ho->{Tftp}{Path}; foreach my $kp (keys %{ $ho->{Flags} }) { - my $kernel; # Backwards compatibility $kp = "need-kernel-deb-wheezy-backports" if $kp eq "need-kernel-deb-armmp"; $kp =~ s/need-kernel-deb-$ho->{Suite}-// or next; -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |