diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-20 19:33:57 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2014-05-20 19:37:18 +0200 |
commit | 365a32cdf1f85c6a35f95b186d12a353ab9f7f2c (patch) | |
tree | dd01fc313d3294d913cd37a3efbec26a2d9ed609 | |
parent | 6e241bfd0ba2e3d2f226f2423e9429c2d90b9d60 (diff) | |
download | drakx-365a32cdf1f85c6a35f95b186d12a353ab9f7f2c.tar drakx-365a32cdf1f85c6a35f95b186d12a353ab9f7f2c.tar.gz drakx-365a32cdf1f85c6a35f95b186d12a353ab9f7f2c.tar.bz2 drakx-365a32cdf1f85c6a35f95b186d12a353ab9f7f2c.tar.xz drakx-365a32cdf1f85c6a35f95b186d12a353ab9f7f2c.zip |
probe_type parameter was killed 11 years ago...
in commit f2c9aaef837eceaebbc643f77492fce69fb32f3f
-rw-r--r-- | perl-install/detect_devices.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 83011ddc6..f9fe0d392 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -982,7 +982,6 @@ sub dmi_probe() { } # pcmcia_probe provides field "device", used in network.pm -# => probeall with $probe_type is unsafe sub probeall() { return if $::noauto; |