From 4116442cda0ab79b8ff1cdff0e9f1b322925adae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alessandro=C2=A0Decina?= Date: Sat, 2 Oct 2021 10:59:51 +0000 Subject: [PATCH] bpf: PerfEventByteArray: remove unused import --- bpf/aya-bpf/src/maps/perf/perf_event_byte_array.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bpf/aya-bpf/src/maps/perf/perf_event_byte_array.rs b/bpf/aya-bpf/src/maps/perf/perf_event_byte_array.rs index 1863c896..28424891 100644 --- a/bpf/aya-bpf/src/maps/perf/perf_event_byte_array.rs +++ b/bpf/aya-bpf/src/maps/perf/perf_event_byte_array.rs @@ -1,4 +1,4 @@ -use core::{marker::PhantomData, mem}; +use core::mem; use crate::{ bindings::{bpf_map_def, bpf_map_type::BPF_MAP_TYPE_PERF_EVENT_ARRAY, BPF_F_CURRENT_CPU},