From 3eb54590e4bdf8efee8115dbb7e30652e7fe180a Mon Sep 17 00:00:00 2001 From: winckel <winckel@eurecom.fr> Date: Tue, 28 Jan 2014 09:34:16 +0000 Subject: [PATCH] Removed unused function prototype. git-svn-id: http://svn.eurecom.fr/openair4G/trunk@4970 818b1a75-f10b-46b9-bf7c-635c3b92a50f --- openair-cn/S1AP/s1ap_eNB_defs.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/openair-cn/S1AP/s1ap_eNB_defs.h b/openair-cn/S1AP/s1ap_eNB_defs.h index 1a1609d0ce..8cf30dd645 100644 --- a/openair-cn/S1AP/s1ap_eNB_defs.h +++ b/openair-cn/S1AP/s1ap_eNB_defs.h @@ -232,8 +232,4 @@ inline int s1ap_eNB_compare_assoc_id( RB_PROTOTYPE(s1ap_mme_map, s1ap_eNB_mme_data_s, entry, s1ap_eNB_compare_assoc_id); -int s1ap_eNB_init(s1ap_eNB_instance_t *eNB_desc_p, - char *local_ip_addr[], int nb_local_ip, - char *remote_ip_addr[], int nb_remote_ip); - #endif /* S1AP_ENB_DEFS_H_ */ -- GitLab