summaryrefslogtreecommitdiff
path: root/drivers/dahdi/wcte12xp/base.c
diff options
context:
space:
mode:
authorMike Spiceland <mspiceland@digium.com>2009-11-04 23:28:21 +0000
committerMike Spiceland <mspiceland@digium.com>2009-11-04 23:28:21 +0000
commiteb4faeba8f469eccf2ee5ba2f96cd30b6ed03134 (patch)
treea5f943e6aa578e02cac245cd03ad3675088125ee /drivers/dahdi/wcte12xp/base.c
parentda85eeb01eba990ebb0fea4b761da3e27d4eb1f8 (diff)
Remove commented out code block that was unintentionally left in.
git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@7487 a0bf4364-ded3-4de4-8d8a-66a801d63aff
Diffstat (limited to 'drivers/dahdi/wcte12xp/base.c')
-rw-r--r--drivers/dahdi/wcte12xp/base.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/drivers/dahdi/wcte12xp/base.c b/drivers/dahdi/wcte12xp/base.c
index 97345a2..672a7f6 100644
--- a/drivers/dahdi/wcte12xp/base.c
+++ b/drivers/dahdi/wcte12xp/base.c
@@ -1472,18 +1472,6 @@ static inline void t1_check_alarms(struct t1 *wc)
if (!j)
alarms |= DAHDI_ALARM_NOTOPEN;
}
-#if 0
- if (c & 0xa0) {
- if (wc->alarmcount >= alarmdebounce) {
- if (!unchannelized)
- alarms |= DAHDI_ALARM_RED;
- } else
- wc->alarmcount++;
- } else
- wc->alarmcount = 0;
- if (c & 0x4)
- alarms |= DAHDI_ALARM_BLUE;
-#endif
if (c & 0x20) { /* LOF/LFA */
if (wc->alarmcount >= (alarmdebounce/100))