Skip to content

Commit 87ad894

Browse files
committed
Remove unneeded lockdown structure
1 parent 7853f2d commit 87ad894

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

idevice/src/services/lockdown.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
66
use log::error;
77
use plist::Value;
8-
use serde::{Deserialize, Serialize};
98

109
use crate::{Idevice, IdeviceError, IdeviceService, obf, pairing_file};
1110

@@ -48,15 +47,6 @@ impl IdeviceService for LockdownClient {
4847
}
4948
}
5049

51-
/// Internal structure for lockdown protocol requests
52-
#[derive(Serialize, Deserialize)]
53-
#[serde(rename_all = "PascalCase")]
54-
struct LockdownRequest {
55-
label: String,
56-
key: Option<String>,
57-
request: String,
58-
}
59-
6050
impl LockdownClient {
6151
/// The default TCP port for the lockdown service
6252
pub const LOCKDOWND_PORT: u16 = 62078;

0 commit comments

Comments
 (0)