Skip to content

Commit

Permalink
filter: Cleanup debug code
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Guidi <[email protected]>
  • Loading branch information
clementguidi authored and honggyukim committed Jun 16, 2023
1 parent ddf0017 commit 3d0988e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils/filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,6 @@ static struct uftrace_filter *deep_copy_filter(struct uftrace_filter *old)
/* deep copy nested argspec list */
INIT_LIST_HEAD(&new->args);
list_for_each_entry(arg, &old->args, list) {
pr_out("copy arg\n");
arg_copy = xmalloc(sizeof(*arg_copy));
memcpy(arg_copy, arg, sizeof(*arg));
if (arg->type_name)
Expand Down

0 comments on commit 3d0988e

Please sign in to comment.