Skip to content

Commit

Permalink
Some more cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
hulto committed Feb 17, 2024
1 parent 84bd90d commit 38f2398
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion implants/imix/src/install.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use anyhow::{anyhow, Result};
use eldritch::runtime::Message;
use pb::eldritch::Tome;
use std::{collections::HashMap, fmt::Write};
use std::collections::HashMap;

pub async fn install() {
#[cfg(debug_assertions)]
Expand Down
1 change: 1 addition & 0 deletions implants/imix/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ mod config;
mod install;
mod task;
mod version;
#[cfg(feature = "win_service")]
pub mod win_service;

use std::time::Duration;
Expand Down
1 change: 0 additions & 1 deletion implants/lib/transport/src/grpc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use tonic::codec::ProstCodec;
use tonic::GrpcMethod;
use tonic::Request;

#[cfg(debug_assertions)]
use std::time::Duration;

static CLAIM_TASKS_PATH: &str = "/c2.C2/ClaimTasks";
Expand Down

0 comments on commit 38f2398

Please sign in to comment.