From 0eaad4f216637804458eacf31b0a1b10cff19e7b Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 14 Aug 2015 08:54:58 +0200 Subject: mgcp: Remove unused parsing data struct This struct was removed when we switched to strtok_r for parsing the data. Remove the left-over. --- openbsc/include/openbsc/mgcp_internal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'openbsc/include') 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); -- cgit v1.2.3