libmsc/mncc_builtin.c: drop dummy switch in int_mncc_recv()

Change-Id: I24153919596d58b495f9c9057dfc230e1501b95f
This commit is contained in:
Vadim Yanitskiy 2019-06-14 22:58:33 +07:00
parent 570b4c8be2
commit 79e6db0f07
1 changed files with 0 additions and 4 deletions

View File

@ -263,10 +263,6 @@ int int_mncc_recv(struct gsm_network *net, struct msgb *msg)
struct gsm_call *call = NULL, *callt;
int rc = 0;
/* Special messages */
switch(msg_type) {
}
/* find callref */
callref = data->callref;
llist_for_each_entry(callt, &call_list, entry) {