summaryrefslogtreecommitdiffstats
path: root/src/normal.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2016-06-26 18:08:30 +0200
committerGravatar Nikias Bassen2016-06-26 18:08:30 +0200
commite4cd7225dc002cbdba664a892ae7e5f4427e6a72 (patch)
treee539896faa10114b8d962584f895e232a86578f6 /src/normal.c
parentba27da737e50a132e5cbfaede4627f90e8974592 (diff)
downloadidevicerestore-e4cd7225dc002cbdba664a892ae7e5f4427e6a72.tar.gz
idevicerestore-e4cd7225dc002cbdba664a892ae7e5f4427e6a72.tar.bz2
normal: Removed unused variable
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index e019957..c0ec2bf 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -222,7 +222,6 @@ const char* normal_check_hardware_model(struct idevicerestore_client_t* client)
idevice_t device = NULL;
char* product_type = NULL;
irecv_device_t irecv_device = NULL;
- plist_t product_type_node = NULL;
lockdownd_client_t lockdown = NULL;
lockdownd_error_t lockdown_error = LOCKDOWN_E_SUCCESS;