summaryrefslogtreecommitdiffstats
path: root/perl-install/c
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2013-01-14 20:29:32 +0000
committerThierry Vignaud <tv@mageia.org>2013-01-14 20:29:32 +0000
commitfe68b2291cc8f8c096bc082cfcacfad1a7e42e87 (patch)
tree6fffc1e56dc4f400e9fba6ed7d8be8935d9b9bdf /perl-install/c
parent495c89a5589115675a900d5dd90bf8f6591f7d8a (diff)
downloaddrakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.tar
drakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.tar.gz
drakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.tar.bz2
drakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.tar.xz
drakx-fe68b2291cc8f8c096bc082cfcacfad1a7e42e87.zip
kill obsolete comment
Diffstat (limited to 'perl-install/c')
-rwxr-xr-xperl-install/c/stuff.xs.pl1
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;