[PATCH] manual/jobs.texi: remove unused var from example code

Carlos O'Donell carlos@redhat.com
Wed Jun 3 20:47:37 GMT 2020


On 5/23/20 3:18 PM, Aurelien Aptel via Libc-alpha wrote:
> The do_job_notification() function defines a variable without using
> it. Remove it.

OK for master.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>

> ---
>  manual/job.texi | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/manual/job.texi b/manual/job.texi
> index 05a42ea820..42cb9fb26d 100644
> --- a/manual/job.texi
> +++ b/manual/job.texi
> @@ -860,7 +860,6 @@ void
>  do_job_notification (void)
>  @{
>    job *j, *jlast, *jnext;
> -  process *p;
>  
>    /* @r{Update status information for child processes.}  */
>    update_status ();
> 


-- 
Cheers,
Carlos.



More information about the Libc-alpha mailing list