[DTrace-devel] [PATCH 14/38] Remove orphaned dtrace_hdl_t component dt_maxformat

Kris Van Hees kris.van.hees at oracle.com
Thu Jul 18 20:03:48 UTC 2024


On Thu, Jun 27, 2024 at 01:34:31AM -0400, eugene.loh at oracle.com wrote:
> From: Eugene Loh <eugene.loh at oracle.com>
> 
> Signed-off-by: Eugene Loh <eugene.loh at oracle.com>

Reviewed-by: Kris Van Hees <kris.van.hees at oracle.com>

> ---
>  libdtrace/dt_impl.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/libdtrace/dt_impl.h b/libdtrace/dt_impl.h
> index b5408c1c..3d3f58d5 100644
> --- a/libdtrace/dt_impl.h
> +++ b/libdtrace/dt_impl.h
> @@ -368,7 +368,6 @@ struct dtrace_hdl {
>  	dtrace_probedesc_t **dt_pdesc; /* probe descriptions for enabled prbs */
>  	size_t dt_maxagg;	/* max aggregation ID */
>  	dtrace_aggdesc_t **dt_adesc; /* aggregation descriptions */
> -	int dt_maxformat;	/* max format ID */
>  	dt_aggregate_t dt_aggregate; /* aggregate */
>  	struct dt_pebset *dt_pebset; /* perf event buffers set */
>  	struct dt_pfdict *dt_pfdict; /* dictionary of printf conversions */
> -- 
> 2.18.4
> 



More information about the DTrace-devel mailing list