manual/jobs.texi: remove unused var from example code
authorAurélien Aptel <aurelien.aptel@gmail.com>
Sat, 23 May 2020 19:18:09 +0000 (21:18 +0200)
committerCarlos O'Donell <carlos@redhat.com>
Wed, 3 Jun 2020 22:09:45 +0000 (18:09 -0400)
The do_job_notification() function defines a variable without using
it. Remove it.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
manual/job.texi

index 05a42ea..42cb9fb 100644 (file)
@@ -860,7 +860,6 @@ void
 do_job_notification (void)
 @{
   job *j, *jlast, *jnext;
-  process *p;
 
   /* @r{Update status information for child processes.}  */
   update_status ();