Revert "iu.c: avoid warning by declaring ranap_free_rab_setupormodifieditemies()"

There should be no need to silence this warning, the ranap_free_*
functions are declared in libranap headers. In any case this will only
obscure any real issue. Maybe osmo-iuh was not rebuilt completely
(including generation of the c files from the python script).

This reverts commit 05ae5b1245f95bf765b42e49af7b2596e013f0a0.
This commit is contained in:
Daniel Willmann
2016-02-18 15:59:01 +01:00
committed by Neels Hofmeyr
parent 4f143e52b6
commit 4cc1f72cb7

View File

@@ -249,8 +249,6 @@ static int ranap_handle_co_iu_rel_req(struct ue_conn_ctx *ctx, RANAP_Iu_ReleaseR
return 0;
}
extern int ranap_free_rab_setupormodifieditemies(RANAP_RAB_SetupOrModifiedItemIEs_t *raB_SetupOrModifiedItemIEs);
static int ranap_handle_co_rab_ass_resp(struct ue_conn_ctx *ctx, RANAP_RAB_AssignmentResponseIEs_t *ies)
{
int rc = -1;