summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar BALATON Zoltan2018-04-27 19:57:55 +0200
committerGravatar Nikias Bassen2018-04-27 19:57:55 +0200
commit7476d787b4ee4561835d3f8f0f677604203f538d (patch)
tree035b58fd1b63ea41522e603a142a5a6e91fa621b
parenta8ac2437bbf7c34bed6e09c18b60800f317e6cbd (diff)
downloadidevicerestore-7476d787b4ee4561835d3f8f0f677604203f538d.tar.gz
idevicerestore-7476d787b4ee4561835d3f8f0f677604203f538d.tar.bz2
restore: Remove unused variables
-rw-r--r--src/restore.c2
1 files changed, 0 insertions, 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;