Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Loh <eugene.loh@oracle.com>
Reviewed-by: Kris Van Hees <kris.van.hees@oracle.com>
  • Loading branch information
euloh authored and kvanhees committed Feb 22, 2024
1 parent 68a085d commit f3e4114
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libdtrace/dt_aggregate.c
Original file line number Diff line number Diff line change
Expand Up @@ -1613,7 +1613,6 @@ dtrace_aggregate_walk_joined(dtrace_hdl_t *dtp, dtrace_aggid_t *aggvars,
goto out;
}

aggvar = aggvars[(i - sortpos + naggvars) % naggvars];
aggdata->dtada_data = zdata;
}

Expand Down

0 comments on commit f3e4114

Please sign in to comment.