Commit 2e4f1f1
libbpf: Update the comment to remove the reference to the deprecated interface bpf_program__load().
Commit be2f2d1(Deprecate bpf_program__load() API) marked
bpf_program__load() as deprecated starting with libbpf v0.6. And later
in commit 146bf81(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 0ff1d70 commit 2e4f1f1
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