From f3eb374c3ebcd359cf37d3496375b6b08794165c Mon Sep 17 00:00:00 2001 From: pdliyan Date: Mon, 26 Jun 2023 14:45:32 +0800 Subject: [PATCH] remove rlimit use. --- {{project-name}}/src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/{{project-name}}/src/main.rs b/{{project-name}}/src/main.rs index 7169a78..87d0cfb 100644 --- a/{{project-name}}/src/main.rs +++ b/{{project-name}}/src/main.rs @@ -46,7 +46,6 @@ use aya_log::BpfLogger; use clap::Parser; {% endif -%} use log::{info, warn}; -use rlimit::Resource; use tokio::signal; {% if program_types_with_opts contains program_type -%}