diff options
Diffstat (limited to 'src/normal.c')
-rw-r--r-- | src/normal.c | 8 |
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; |