Skip to content

Commit

Permalink
tetragon: Remove unnecessary computation line
Browse files Browse the repository at this point in the history
It's leftover from latest refactoring [1].

[1] 8d8af6d tetragon: Refactor generic_process_event* functions
Signed-off-by: Jiri Olsa <[email protected]>
  • Loading branch information
olsajiri authored and kkourt committed Aug 16, 2023
1 parent 7e01ac6 commit 0af9a81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bpf/process/generic_calls.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ generic_process_event(void *ctx, int index, struct bpf_map_def *heap_map,
tail_call(ctx, tailcals, index + 1);

/* Last argument, go send.. */
total += generic_kprobe_common_size();
tail_call(ctx, tailcals, 6);
return 0;
}
Expand Down

0 comments on commit 0af9a81

Please sign in to comment.