summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-09-12 12:29:04 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-09-12 15:26:43 +0200
commit83f7dfd6f949f38870147e545d3940438a356c4c (patch)
tree99f4d4fe9285c2c6b890ced9a793fcded4f79f77
parent8ba4541654ab8a4dadfba3b416c01eb78e16c8bd (diff)
ap400: remove an unused variable
-rw-r--r--drivers/dahdi/ap400/ap400_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dahdi/ap400/ap400_drv.c b/drivers/dahdi/ap400/ap400_drv.c
index b8608fa..aaf3f48 100644
--- a/drivers/dahdi/ap400/ap400_drv.c
+++ b/drivers/dahdi/ap400/ap400_drv.c
@@ -1042,7 +1042,7 @@ static const struct dahdi_span_ops ap4_span_ops = {
static void init_spans(struct ap4 *wc)
{
- int x,y,c;
+ int x,y;
struct ap4_span *ts;
for (x=0;x<wc->numspans;x++) {