From: David Schleef Date: Thu, 30 Nov 2000 22:59:39 +0000 (+0000) Subject: removed testing code X-Git-Tag: r0_7_14~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=49bfad27af2fcca98ca7387231437abf56de2179;p=comedilib.git removed testing code --- diff --git a/demo/mmap.c b/demo/mmap.c index db67cc1..55d6d67 100644 --- a/demo/mmap.c +++ b/demo/mmap.c @@ -137,11 +137,6 @@ void do_cmd(comedi_t *dev,comedi_cmd *cmd) } } - {char s[10]; gets(s); } - munmap(map,0x1000); - //close(comedi_fileno(dev)); - - {char s[10]; gets(s); } for(i=0;i<100;i++){ printf("%d\n",map[i]); }