summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-29 14:00:57 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-09-29 14:00:57 +0000
commitec5266823ae51101c4ae91fe86fffd5418f865ee (patch)
treea4dbd4d75b8712b67e8117af79a873334112ddf2
parent50dec4578213d00813a4f951dce121590bfe7cd3 (diff)
Remove old debug code
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@785 5390a7c7-147a-4af0-8ec9-7488f05a26cb
-rwxr-xr-xwct4xxp.c4
1 files changed, 0 insertions, 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, &regs, 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: