diff --git a/test/integration-ebpf/src/linear_data_structures.rs b/test/integration-ebpf/src/linear_data_structures.rs index d8f01709..2bc5c172 100644 --- a/test/integration-ebpf/src/linear_data_structures.rs +++ b/test/integration-ebpf/src/linear_data_structures.rs @@ -56,8 +56,6 @@ macro_rules! define_linear_ds_test { }; } -use define_linear_ds_test; - define_linear_ds_test!(Stack, TEST_STACK, push_fn: test_stack_push, pop_fn: test_stack_pop,