mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
manual/jobs.texi: remove unused var from example code
The do_job_notification() function defines a variable without using it. Remove it. Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
committed by
Carlos O'Donell
parent
a7a3435c9a
commit
74edc05817
@ -860,7 +860,6 @@ void
|
|||||||
do_job_notification (void)
|
do_job_notification (void)
|
||||||
@{
|
@{
|
||||||
job *j, *jlast, *jnext;
|
job *j, *jlast, *jnext;
|
||||||
process *p;
|
|
||||||
|
|
||||||
/* @r{Update status information for child processes.} */
|
/* @r{Update status information for child processes.} */
|
||||||
update_status ();
|
update_status ();
|
||||||
|
Reference in New Issue
Block a user