mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +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))
|
||||
|
||||
struct mgcp_msg_ptr {
|
||||
unsigned int start;
|
||||
unsigned int length;
|
||||
};
|
||||
|
||||
int mgcp_send_dummy(struct mgcp_endpoint *endp);
|
||||
|
Reference in New Issue
Block a user