From: Frank Mori Hess Date: Sun, 4 Nov 2007 04:14:37 +0000 (+0000) Subject: Removed some dead code that confused the indent program. X-Git-Tag: v0_7_76~100 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5e559f234b830a891613831e42fc4a66605df64f;p=comedi.git Removed some dead code that confused the indent program. --- diff --git a/comedi/drivers/adv_pci1710.c b/comedi/drivers/adv_pci1710.c index b23404e4..74e2efed 100644 --- a/comedi/drivers/adv_pci1710.c +++ b/comedi/drivers/adv_pci1710.c @@ -456,13 +456,6 @@ static int pci171x_insn_counter_read(comedi_device *dev,comedi_subdevice *s, com data[0] = lsb | (msb << 8); } -#if 0 - if ( /* count and status */ ) - ccntrl = 0xC2; - /* status, if latched, first */ - data[1] = inw(dev->iobase+PCI171x_CNT0); - } -#endif return insn->n; }