diff options
author | Thierry Vignaud <tv@mageia.org> | 2013-01-14 20:29:32 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mageia.org> | 2013-01-14 20:29:32 +0000 |
commit | 8ac645d9003d2375d80338ed1ea04200ac6e9e22 (patch) | |
tree | 6fffc1e56dc4f400e9fba6ed7d8be8935d9b9bdf /perl-install | |
parent | 1f279680a87de3555011abae15e3ccddd430be4c (diff) | |
download | drakx-backup-do-not-use-8ac645d9003d2375d80338ed1ea04200ac6e9e22.tar drakx-backup-do-not-use-8ac645d9003d2375d80338ed1ea04200ac6e9e22.tar.gz drakx-backup-do-not-use-8ac645d9003d2375d80338ed1ea04200ac6e9e22.tar.bz2 drakx-backup-do-not-use-8ac645d9003d2375d80338ed1ea04200ac6e9e22.tar.xz drakx-backup-do-not-use-8ac645d9003d2375d80338ed1ea04200ac6e9e22.zip |
kill obsolete comment
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/c/stuff.xs.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/c/stuff.xs.pl b/perl-install/c/stuff.xs.pl index 4b80a862f..095d92ffc 100755 --- a/perl-install/c/stuff.xs.pl +++ b/perl-install/c/stuff.xs.pl @@ -261,7 +261,6 @@ get_pci_description(int vendor_id,int device_id) void pci_probe() PPCODE: - //proc_pci_path = "/tmp/pci"; struct pciusb_entries entries = pci_probe(); char buf[2048]; int i; |