Skip to content

Commit

Permalink
Remove network_manager field of AccessPoint structure
Browse files Browse the repository at this point in the history
  • Loading branch information
josephrhobbs committed Aug 6, 2024
1 parent 6e3ddb6 commit 9c840a3
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions proton_wap/src/ap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ pub struct AccessPoint {
/// Device discovery manager.
device_manager: DeviceManager,

#[allow(dead_code)]
/// Network manager.
network_manager: NetworkManager,

/// Hotspot configuration information.
pub config: HotspotConfig,

Expand Down Expand Up @@ -92,7 +88,6 @@ impl AccessPoint {

Ok (Self {
device_manager: DeviceManager::new(config.cidr, wlifname)?,
network_manager: NetworkManager::new(),
config,
connection,
})
Expand Down

0 comments on commit 9c840a3

Please sign in to comment.