Skip to content

Commit

Permalink
chore: remove unnecessary allow(dead_code)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Feb 5, 2025
1 parent 5e377a3 commit 833baae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torture/src/supervisor/comms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ impl RequestResponse {
}

// Requests the value of the key from the agent.
#[allow(dead_code)]
pub async fn send_request_query(&self, key: message::Key) -> anyhow::Result<Option<Vec<u8>>> {
match self
.send_request(crate::message::ToAgent::Query(key))
Expand Down

0 comments on commit 833baae

Please sign in to comment.