diff options
Diffstat (limited to 'test/test-runner')
| -rw-r--r-- | test/test-runner/src/main.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/test-runner/src/main.rs b/test/test-runner/src/main.rs index c67876526b..d7ace9d15a 100644 --- a/test/test-runner/src/main.rs +++ b/test/test-runner/src/main.rs @@ -9,7 +9,6 @@ use std::{ use tarpc::context; use tarpc::server::Channel; use test_rpc::{ - meta, mullvad_daemon::{ServiceStatus, SOCKET_PATH}, package::Package, transport::GrpcForwarder, @@ -96,10 +95,6 @@ impl Service for TestServer { Ok(result) } - async fn get_os(self, _: context::Context) -> meta::Os { - meta::CURRENT_OS - } - async fn mullvad_daemon_get_status( self, _: context::Context, |
