summaryrefslogtreecommitdiff
path: root/xpp/xpd.h
diff options
context:
space:
mode:
authortzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-06 08:24:41 +0000
committertzafrir <tzafrir@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2006-09-06 08:24:41 +0000
commit78c015ad276be368cc19e50c6d7a9754c0758c00 (patch)
treeb9941b22f1eee73d00d41f7ca9dcc863c50d93fe /xpp/xpd.h
parent3657d8f829223072c78d8054f325ef0ac134cc18 (diff)
Cleanup the unused non-RBS code:
* remove all non WITH_RBS code. No need for the define. * unused recv_errors and seq_errors. * CID_START_TICKS, CID_STOP_TICKS cid_timer from trunk/ git-svn-id: http://svn.digium.com/svn/zaptel/trunk@1411 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'xpp/xpd.h')
-rw-r--r--xpp/xpd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/xpp/xpd.h b/xpp/xpd.h
index f8d60ea..6a66b8d 100644
--- a/xpp/xpd.h
+++ b/xpp/xpd.h
@@ -282,8 +282,6 @@ struct xpd {
void *priv; /* Card level private data */
bool card_present;
- unsigned int recv_errors;
- unsigned int seq_errors;
unsigned long last_response; /* in jiffies */
unsigned id;
xpd_addr_t addr;
@@ -296,8 +294,7 @@ struct xpd {
u_char ec_chunk2[CHANNELS_PERXPD][ZT_CHUNKSIZE];
};
-#define for_each_line(xpd,i) \
- for((i) = 0; (i) < (xpd)->channels; (i)++)
+#define for_each_line(xpd,i) for((i) = 0; (i) < (xpd)->channels; (i)++)
#endif