Skip to content

Commit

Permalink
Fix compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
locka99 committed Oct 3, 2021
1 parent 758a6b1 commit 46f1be2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/src/tests/services/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use crate::{
};

struct ServiceTest {
pub server: Server,
pub server_state: Arc<RwLock<ServerState>>,
pub address_space: Arc<RwLock<AddressSpace>>,
pub session: Arc<RwLock<Session>>,
Expand All @@ -26,7 +25,6 @@ impl ServiceTest {
let address_space = server.address_space();
let session = Arc::new(RwLock::new(Session::new(server_state.clone())));
ServiceTest {
server,
server_state,
address_space,
session,
Expand Down

0 comments on commit 46f1be2

Please sign in to comment.