From: David Schleef Date: Sun, 15 Jul 2001 19:56:31 +0000 (+0000) Subject: Remove commented stuff X-Git-Tag: r0_7_16~22 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a00960e0086ba9c6123ea8a9def31ccc45f0cd83;p=comedilib.git Remove commented stuff --- diff --git a/demo/ao_waveform.c b/demo/ao_waveform.c index efaa785..b32bd23 100644 --- a/demo/ao_waveform.c +++ b/demo/ao_waveform.c @@ -131,8 +131,6 @@ int main(int argc, char *argv[]) dds_output(data,BUF_LEN); dds_output(data,BUF_LEN); - //lseek no longer needed or used - //lseek(comedi_fileno(dev),subdevice,SEEK_SET); m=write(comedi_fileno(dev),data,BUF_LEN*sizeof(sampl_t)); perror("write"); printf("m=%d\n",m);