mgcp: Remove unused parsing data struct

This struct was removed when we switched to strtok_r for
parsing the data. Remove the left-over.
diff --git a/openbsc/include/openbsc/mgcp_internal.h b/openbsc/include/openbsc/mgcp_internal.h
index 9caab0b..570d963 100644
--- a/openbsc/include/openbsc/mgcp_internal.h
+++ b/openbsc/include/openbsc/mgcp_internal.h
@@ -205,9 +205,6 @@
 
 #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);