[DTrace-devel] [PATCH 4/4] dof_parser: remove pointless comment

Eugene Loh eugene.loh at oracle.com
Thu May 1 15:48:12 UTC 2025


Reviewed-by: Eugene Loh <eugene.loh at oracle.com>

On 5/1/25 11:08, Kris Van Hees via DTrace-devel wrote:
> Signed-off-by: Kris Van Hees <kris.van.hees at oracle.com>
> ---
>   libcommon/dof_parser.c | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/libcommon/dof_parser.c b/libcommon/dof_parser.c
> index 5b3dde36..58bbd604 100644
> --- a/libcommon/dof_parser.c
> +++ b/libcommon/dof_parser.c
> @@ -89,9 +89,6 @@ dof_copyin_helper(int in, int out, int *ok)
>   	dof_helper_t *dh;
>   	size_t i;
>   
> -	/*
> -	 * First get the header, which gives the size of everything else.
> -	 */
>   	dh = malloc(sizeof(dof_helper_t));
>   	if (!dh)
>   		abort();



More information about the DTrace-devel mailing list