Removed commented-out variables.
authorIan Abbott <abbotti@mev.co.uk>
Tue, 25 Mar 2008 12:36:00 +0000 (12:36 +0000)
committerIan Abbott <abbotti@mev.co.uk>
Tue, 25 Mar 2008 12:36:00 +0000 (12:36 +0000)
comedi/drivers/adv_pci1723.c

index 87c286dbe1f1e03d7c39009c166aa5a6fde218bc..47d19cf36d14d94c89d2fc5103394758d5b9474a 100644 (file)
@@ -296,14 +296,9 @@ static int pci1723_attach(comedi_device * dev, comedi_devconfig * it)
 {
        comedi_subdevice *s;
        int ret, subdev, n_subdevices;
-       //unsigned short io_addr[5],master,irq;
-       //struct pcilst_struct *card=NULL;
        struct pci_dev *pcidev;
        unsigned int iobase;
        unsigned char pci_bus, pci_slot, pci_func;
-       //int dma;
-       //unsigned long pages;
-       //unsigned long physLas0,physLas1,physLcfg;
        int opt_bus, opt_slot;
        const char *errstr;