diff options
author | Nikias Bassen | 2016-06-26 18:08:30 +0200 |
---|---|---|
committer | Nikias Bassen | 2016-06-26 18:08:30 +0200 |
commit | e4cd7225dc002cbdba664a892ae7e5f4427e6a72 (patch) | |
tree | e539896faa10114b8d962584f895e232a86578f6 /src | |
parent | ba27da737e50a132e5cbfaede4627f90e8974592 (diff) | |
download | idevicerestore-e4cd7225dc002cbdba664a892ae7e5f4427e6a72.tar.gz idevicerestore-e4cd7225dc002cbdba664a892ae7e5f4427e6a72.tar.bz2 |
normal: Removed unused variable
Diffstat (limited to 'src')
-rw-r--r-- | src/normal.c | 1 |
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; |