From aee53bef0385841109432948dbf814907a7d2dca Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Tue, 19 Nov 2013 21:37:42 +0100 Subject: removed unused get_cpid/get_bdid and adapted for latest libirecovery changes --- src/normal.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/normal.c') diff --git a/src/normal.c b/src/normal.c index 64c6526..15bbc01 100644 --- a/src/normal.c +++ b/src/normal.c @@ -391,14 +391,6 @@ int normal_get_ap_nonce(struct idevicerestore_client_t* client, unsigned char** return normal_get_nonce_by_key(client, "SEPNonce", nonce, nonce_size); } -int normal_get_cpid(struct idevicerestore_client_t* client, uint32_t* cpid) { - return 0; -} - -int normal_get_bdid(struct idevicerestore_client_t* client, uint32_t* bdid) { - return 0; -} - int normal_get_ecid(struct idevicerestore_client_t* client, uint64_t* ecid) { idevice_t device = NULL; plist_t unique_chip_node = NULL; -- cgit v1.1-32-gdbae