We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e3ddb6 commit 9c840a3Copy full SHA for 9c840a3
proton_wap/src/ap.rs
@@ -25,10 +25,6 @@ pub struct AccessPoint {
25
/// Device discovery manager.
26
device_manager: DeviceManager,
27
28
- #[allow(dead_code)]
29
- /// Network manager.
30
- network_manager: NetworkManager,
31
-
32
/// Hotspot configuration information.
33
pub config: HotspotConfig,
34
@@ -92,7 +88,6 @@ impl AccessPoint {
92
88
93
89
Ok (Self {
94
90
device_manager: DeviceManager::new(config.cidr, wlifname)?,
95
- network_manager: NetworkManager::new(),
96
91
config,
97
connection,
98
})
0 commit comments