From 7476d787b4ee4561835d3f8f0f677604203f538d Mon Sep 17 00:00:00 2001 From: BALATON Zoltan Date: Fri, 27 Apr 2018 19:57:55 +0200 Subject: restore: Remove unused variables --- src/restore.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/restore.c b/src/restore.c index 7ea9035..fd646a3 100644 --- a/src/restore.c +++ b/src/restore.c @@ -1785,7 +1785,6 @@ plist_t restore_get_se_firmware_data(restored_client_t restore, struct idevicere char *comp_path = NULL; unsigned char* component_data = NULL; unsigned int component_size = 0; - plist_t fwdict = NULL; plist_t parameters = NULL; plist_t request = NULL; plist_t response = NULL; @@ -1864,7 +1863,6 @@ plist_t restore_get_savage_firmware_data(restored_client_t restore, struct idevi unsigned char* component_data = NULL; unsigned int component_size = 0; unsigned char* component_data_tmp = NULL; - plist_t fwdict = NULL; plist_t parameters = NULL; plist_t request = NULL; plist_t response = NULL; -- cgit v1.1-32-gdbae