summaryrefslogtreecommitdiffstats
path: root/src/normal.c
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2013-11-19 21:37:42 +0100
committerGravatar Nikias Bassen2013-11-19 21:37:42 +0100
commitaee53bef0385841109432948dbf814907a7d2dca (patch)
tree456df2f3f4ca8dda60ca93e36eeb75a7dfa8a658 /src/normal.c
parent38e6975e2131b526d402c6f95cf4ba4acfbd997c (diff)
downloadidevicerestore-aee53bef0385841109432948dbf814907a7d2dca.tar.gz
idevicerestore-aee53bef0385841109432948dbf814907a7d2dca.tar.bz2
removed unused get_cpid/get_bdid and adapted for latest libirecovery changes
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c8
1 files changed, 0 insertions, 8 deletions
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;