diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h index 9caab0b21..570d96395 100644 --- a/openbsc/include/openbsc/mgcp_internal.h +++ b/openbsc/include/openbsc/mgcp_internal.h @@ -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);