Skip to content

Commit

Permalink
Delete unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
duongmn89 authored and chenhengqi committed Nov 9, 2022
1 parent a3cf2b6 commit 697fd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tracing/vfsreadlat.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ BPF_HISTOGRAM(dist);
int do_entry(struct pt_regs *ctx)
{
u32 pid;
u64 ts, *val;
u64 ts;

pid = bpf_get_current_pid_tgid();
ts = bpf_ktime_get_ns();
Expand Down

0 comments on commit 697fd03

Please sign in to comment.