summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennard Kittner <lennardkittner@icloud.com>2025-03-31 17:26:27 +0200
committerLennard Kittner <lennardkittner@icloud.com>2025-03-31 17:26:27 +0200
commit38c0cd25121de38aba934f2802c1afd600a3a7e6 (patch)
tree0c4eef2fd50c45a193f8c63c2d6d27f2465f2d59 /src
parent5f720508020bd48ed5bb81c3a8e487e33447ba69 (diff)
Remove unused include
Diffstat (limited to 'src')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index f0353e5..bb53fc5 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -15,7 +15,6 @@ mod socket;
mod bpf;
use anyhow::Result;
-use burn::tensor::Tensor;
use clap::{Arg, ArgAction, Command};
use scheduler::Scheduler;
use std::mem::MaybeUninit;