delete unused variable
authorBrendan Gregg <brendan.d.gregg@gmail.com>
Thu, 10 Sep 2015 19:16:30 +0000 (12:16 -0700)
committerBrendan Gregg <brendan.d.gregg@gmail.com>
Thu, 10 Sep 2015 19:16:30 +0000 (12:16 -0700)
examples/vfsreadlat.c

index 6d74107..6a8f1ab 100644 (file)
@@ -41,7 +41,7 @@ static unsigned int log2l(unsigned long v)
 int do_entry(struct pt_regs *ctx)
 {
        u32 pid;
-       u64 ts, *val, zero = 0;
+       u64 ts, *val;
 
        pid = bpf_get_current_pid_tgid();
        ts = bpf_ktime_get_ns();