Explorar el Código

bpf: PerfEventByteArray: remove unused import

Alessandro Decina hace 3 años
padre
commit
4116442cda
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bpf/aya-bpf/src/maps/perf/perf_event_byte_array.rs

+ 1 - 1
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},