mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-11-03 13:33:29 +00:00
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:
@@ -205,9 +205,6 @@ struct mgcp_endpoint {
|
|||||||
|
|
||||||
#define ENDPOINT_NUMBER(endp) abs((int)(endp - endp->tcfg->endpoints))
|
#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);
|
int mgcp_send_dummy(struct mgcp_endpoint *endp);
|
||||||
|
|||||||
Reference in New Issue
Block a user