summaryrefslogtreecommitdiff
path: root/wctdm24xxp.c
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-25 22:34:15 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2007-01-25 22:34:15 +0000
commitbcb122f44a1e1fa46128e73f1c977a4aacdd44e4 (patch)
tree3597478e58bdc3cd2aaae39df3f6e14f60898f8a /wctdm24xxp.c
parent3d752ec4e55a278b1120ead1d7859fd390aa45bb (diff)
Remove debug code.
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1972 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'wctdm24xxp.c')
-rw-r--r--wctdm24xxp.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/wctdm24xxp.c b/wctdm24xxp.c
index e6890de..8fb67bb 100644
--- a/wctdm24xxp.c
+++ b/wctdm24xxp.c
@@ -451,19 +451,6 @@ static int dtmfthreshold = VPM_DEFAULT_DTMFTHRESHOLD;
static int wctdm_init_proslic(struct wctdm *wc, int card, int fast , int manual, int sane);
-#if 0
-static inline int CMD_BYTE(int card,int bit,int altcs)
-{
- int res;
- res = (((((card) & 0x3) * 3 + (bit)) * 7) \
- + ((card) >> 2) + (altcs));
- //+ ((card) >> 2) + (altcs) + (altcs ? 42 : 0));
- if (((res == 31) || (res == 24) || (res == 38)) && (card != 5))
- printk("%d %d %d\n", card, bit, altcs);
- return res;
-}
-#endif
-
/* sleep in user space until woken up. Equivilant of tsleep() in BSD */
static int schluffen(wait_queue_head_t *q)
{