Signed-off-by: Denis 'GNUtoo' Carikli <[email protected]>
---
 tools/ipc-modem.c   | 3 ---
 tools/nv_data-md5.c | 1 -
 2 files changed, 4 deletions(-)

diff --git a/tools/ipc-modem.c b/tools/ipc-modem.c
index b86eed2..ce03d31 100644
--- a/tools/ipc-modem.c
+++ b/tools/ipc-modem.c
@@ -149,8 +149,6 @@ void modem_response_sec(struct ipc_client *client, struct 
ipc_message *resp)
 {
     struct ipc_sec_pin_status_response_data *sim_status;
     unsigned char type;
-    int status;
-    char *data;
 
     switch(resp->command)
     {
@@ -312,7 +310,6 @@ void modem_response_net(__attribute__((unused)) struct 
ipc_client *client,
                        struct ipc_message *resp)
 {
     struct ipc_net_regist_response_data *regi;
-    struct ipc_net_plmn_entry *plmn;
     char mnc[6];
 
     switch(resp->command)
diff --git a/tools/nv_data-md5.c b/tools/nv_data-md5.c
index 8ce0a70..78901ef 100644
--- a/tools/nv_data-md5.c
+++ b/tools/nv_data-md5.c
@@ -35,7 +35,6 @@ int main(int argc, char *argv[])
     size_t chunk_size = NV_DATA_CHUNK_SIZE;
     char *md5_string = NULL;
     char *path;
-    int rc;
 
     if (argc < 2) {
         usage_print();
-- 
2.24.0

_______________________________________________
Replicant mailing list
[email protected]
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to