summaryrefslogtreecommitdiff
path: root/main/udptl.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/udptl.c')
-rw-r--r--main/udptl.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/udptl.c b/main/udptl.c
index 6fbf3784c..1845ca882 100644
--- a/main/udptl.c
+++ b/main/udptl.c
@@ -170,8 +170,6 @@ struct ast_udptl {
*/
int local_max_ifp;
- int verbose;
-
unsigned int tx_seq_no;
unsigned int rx_seq_no;
unsigned int rx_expected_seq_no;
@@ -631,9 +629,6 @@ static int udptl_build_packet(struct ast_udptl *s, uint8_t *buf, unsigned int bu
break;
}
- if (s->verbose)
- fprintf(stderr, "\n");
-
s->tx_seq_no++;
return len;
}