From 12020a32d9d2379f710e03cf615b9cf1bc0a8289 Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 7 Jan 2014 16:23:23 +0100 Subject: normal: removed unused variable --- src/normal.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/normal.c b/src/normal.c index 2db0b48..d7b1be1 100644 --- a/src/normal.c +++ b/src/normal.c @@ -289,7 +289,6 @@ const char* normal_check_product_type(struct idevicerestore_client_t* client) { int normal_enter_recovery(struct idevicerestore_client_t* client) { idevice_t device = NULL; - irecv_client_t recovery = NULL; lockdownd_client_t lockdown = NULL; idevice_error_t device_error = IDEVICE_E_SUCCESS; lockdownd_error_t lockdown_error = LOCKDOWN_E_SUCCESS; @@ -326,7 +325,6 @@ int normal_enter_recovery(struct idevicerestore_client_t* client) { } client->mode = &idevicerestore_modes[MODE_RECOVERY]; - recovery = NULL; return 0; } -- cgit v1.1-32-gdbae