diff options
Diffstat (limited to 'tools/bpf/bpftool/prog.c')
-rw-r--r-- | tools/bpf/bpftool/prog.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/bpf/bpftool/prog.c b/tools/bpf/bpftool/prog.c index eddf7fba41c6..ee51279be9c7 100644 --- a/tools/bpf/bpftool/prog.c +++ b/tools/bpf/bpftool/prog.c | |||
@@ -596,13 +596,6 @@ static int do_dump(int argc, char **argv) | |||
596 | goto err_free; | 596 | goto err_free; |
597 | } | 597 | } |
598 | 598 | ||
599 | if (func_info && !info.func_info) { | ||
600 | /* kernel.kptr_restrict is set. No func_info available. */ | ||
601 | free(func_info); | ||
602 | func_info = NULL; | ||
603 | nr_finfo = 0; | ||
604 | } | ||
605 | |||
606 | if (linfo && info.nr_line_info != nr_linfo) { | 599 | if (linfo && info.nr_line_info != nr_linfo) { |
607 | p_err("incorrect nr_line_info %u vs. expected %u", | 600 | p_err("incorrect nr_line_info %u vs. expected %u", |
608 | info.nr_line_info, nr_linfo); | 601 | info.nr_line_info, nr_linfo); |