Skip to content

Commit

Permalink
cleanup: remove an unused variable in the kmod
Browse files Browse the repository at this point in the history
This cause a build failure when we use warning as errors

Signed-off-by: Andrea Terzolo <andreaterzolo3@gmail.com>
  • Loading branch information
Andreagit97 authored and poiana committed Aug 11, 2023
1 parent 942a224 commit b607089
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion driver/ppm_fillers.c
Original file line number Diff line number Diff line change
Expand Up @@ -7364,7 +7364,6 @@ int f_sys_getdents64_e(struct event_filler_arguments *args)
int f_sched_prog_exec(struct event_filler_arguments *args)
{
int res = 0;
unsigned long val = 0;
struct mm_struct *mm = current->mm;
int args_len = 0;
int correctly_read = 0;
Expand Down

0 comments on commit b607089

Please sign in to comment.