Commit 56ee380
libbpf: update the comment to remove the reference to the deprecated interface bpf_program__load().
Commit be2f2d1 ("libbpf: Deprecate bpf_program__load() API") marked
bpf_program__load() as deprecated starting with libbpf v0.6. And later
in commit 146bf81 ("libbpf: remove most other deprecated high-level
APIs") actually removed the bpf_program__load() implementation and
related old high-level APIs.
This patch update the comment in bpf_program__set_attach_target() to
remove the reference to the deprecated interface bpf_program__load().
Signed-off-by: Jianyun Gao <[email protected]>1 parent 5119f01 commit 56ee380
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13858 | 13858 | | |
13859 | 13859 | | |
13860 | 13860 | | |
13861 | | - | |
13862 | | - | |
| 13861 | + | |
| 13862 | + | |
13863 | 13863 | | |
13864 | 13864 | | |
13865 | 13865 | | |
| |||
0 commit comments