mgcp: Remove unused parsing data struct

This struct was removed when we switched to strtok_r for
parsing the data. Remove the left-over.
This commit is contained in:
Holger Hans Peter Freyther 2015-08-14 08:54:58 +02:00
parent e9f7c9925c
commit 0eaad4f216
1 changed files with 0 additions and 3 deletions

View File

@ -205,9 +205,6 @@ struct mgcp_endpoint {
#define ENDPOINT_NUMBER(endp) abs((int)(endp - endp->tcfg->endpoints))
struct mgcp_msg_ptr {
unsigned int start;
unsigned int length;
};
int mgcp_send_dummy(struct mgcp_endpoint *endp);