From ec5266823ae51101c4ae91fe86fffd5418f865ee Mon Sep 17 00:00:00 2001 From: markster Date: Thu, 29 Sep 2005 14:00:57 +0000 Subject: Remove old debug code git-svn-id: http://svn.digium.com/svn/zaptel/trunk@785 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- wct4xxp.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wct4xxp.c b/wct4xxp.c index 766e909..5adb915 100755 --- a/wct4xxp.c +++ b/wct4xxp.c @@ -766,10 +766,6 @@ static int t4_ioctl(struct zt_chan *chan, unsigned int cmd, unsigned long data) regs.regs[x] = t4_framer_in(wc, chan->span->offset, x); if (copy_to_user((struct t4_regs *)data, ®s, sizeof(regs))) return -EFAULT; - { - static unsigned char filldata = 0; - memset(wc->tspans[0]->writechunk, filldata, ZT_CHUNKSIZE * 32); - } break; #ifdef VPM_SUPPORT case ZT_TONEDETECT: -- cgit v1.2.3