Skip to content

Commit 4b38ce9

Browse files
committed
common: remove an outdated comment
Signed-off-by: Anton Protopopov <a.s.protopopov@gmail.com>
1 parent 459e2a7 commit 4b38ce9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

common/common_user_bpf_xdp.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -359,9 +359,6 @@ int open_bpf_map_file(const char *pin_dir,
359359
return -1;
360360
}
361361

362-
/* Lesson#1: There is only a weak dependency to libbpf here as
363-
* bpf_obj_get is a simple wrapper around the bpf-syscall
364-
*/
365362
fd = bpf_obj_get(filename);
366363
if (fd < 0) {
367364
fprintf(stderr,

0 commit comments

Comments
 (0)