diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-04-16 22:09:46 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-04-17 15:49:40 +0200 |
| commit | 4e26c903975c080afa98e78e29879ae42b5be2fa (patch) | |
| tree | 4ff90d64bf5deb5ace1b2db04231373bec135309 | |
| parent | 3b596f7b88f172e5fb1d19439e9d629c81dc5e13 (diff) | |
| download | hardware_replicant_libsamsung-ril-4e26c903975c080afa98e78e29879ae42b5be2fa.tar.gz hardware_replicant_libsamsung-ril-4e26c903975c080afa98e78e29879ae42b5be2fa.tar.bz2 hardware_replicant_libsamsung-ril-4e26c903975c080afa98e78e29879ae42b5be2fa.zip | |
Remove unused labels
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | data.c | 2 | ||||
| -rw-r--r-- | gen.c | 2 | ||||
| -rw-r--r-- | ipc.c | 1 | ||||
| -rw-r--r-- | samsung-ril.c | 4 | ||||
| -rw-r--r-- | srs.c | 3 |
5 files changed, 1 insertions, 11 deletions
@@ -122,7 +122,6 @@ int ril_data_connection_unregister(struct ril_data_connection *data_connection) break; } -list_continue: list = list->next; } @@ -156,7 +155,6 @@ int ril_data_connection_flush(void) list_head_free(list); -list_continue: list = list_next; } @@ -90,7 +90,6 @@ int ipc_gen_phone_res_expect_unregister(struct ril_client *client, break; } -list_continue: list = list->next; } @@ -128,7 +127,6 @@ int ipc_gen_phone_res_expect_flush(struct ril_client *client) list_head_free(list); -list_continue: list = list_next; } @@ -602,7 +602,6 @@ int ipc_fmt_request_flush(struct ril_client *client) list_head_free(list); -list_continue: list = list_next; } diff --git a/samsung-ril.c b/samsung-ril.c index 8174e72..6a53fe4 100644 --- a/samsung-ril.c +++ b/samsung-ril.c @@ -600,7 +600,6 @@ int ril_request_unregister(struct ril_request *request) break; } -list_continue: list = list->next; } @@ -639,7 +638,6 @@ int ril_request_flush(void) list_head_free(list); -list_continue: list = list_next; } @@ -983,7 +981,6 @@ int ril_request_data_unregister(struct ril_request_data *request_data) break; } -list_continue: list = list->next; } @@ -1018,7 +1015,6 @@ int ril_request_data_flush(void) list_head_free(list); -list_continue: list = list_next; } @@ -262,7 +262,7 @@ int srs_client_unregister(struct ril_client *ril_client, break; } -list_continue: + list = list->next; } @@ -300,7 +300,6 @@ int srs_client_flush(struct ril_client *ril_client) list_head_free(list); -list_continue: list = list_next; } |
