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 | fe68b2291cc8f8c096bc082cfcacfad1a7e42e87 (patch) | |
tree | 6fffc1e56dc4f400e9fba6ed7d8be8935d9b9bdf | |
parent | 495c89a5589115675a900d5dd90bf8f6591f7d8a (diff) | |
download | drakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.tar drakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.tar.gz drakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.tar.bz2 drakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.tar.xz drakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.zip |
kill obsolete comment
-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; |