arm64: net: bpf_jit_comp: Remove unused was_classic bool

Change-Id: Ic99ffb3b11fc7563134cc77350a837da70d797af
Signed-off-by: uwu-gl <moegluwu0@gmail.com>
This commit is contained in:
uwu-gl
2025-10-22 01:15:44 +08:00
committed by Onelots
parent d761ac7b1a
commit 332b3c1dff

View File

@@ -897,7 +897,6 @@ struct bpf_prog *bpf_int_jit_compile(struct bpf_prog *prog)
{
struct bpf_prog *tmp, *orig_prog = prog;
struct bpf_binary_header *header;
bool was_classic = bpf_prog_was_classic(prog);
struct arm64_jit_data *jit_data;
bool tmp_blinded = false;
bool extra_pass = false;