From cf5a60d75c2108261a6e848b352f798c1422349c Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Mon, 13 Apr 2020 12:55:49 +0200 Subject: afc: Remove unused client struct members from afc.c too --- src/afc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/afc.c b/src/afc.c index d83b50d..9ef800b 100644 --- a/src/afc.c +++ b/src/afc.c @@ -88,8 +88,6 @@ LIBIMOBILEDEVICE_API afc_error_t afc_client_new_with_service_client(service_clie client_loc->afc_packet->entire_length = 0; client_loc->afc_packet->this_length = 0; memcpy(client_loc->afc_packet->magic, AFC_MAGIC, AFC_MAGIC_LEN); - client_loc->file_handle = 0; - client_loc->lock = 0; mutex_init(&client_loc->mutex); *client = client_loc; -- cgit v1.1-32-gdbae