mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00: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:
parent
a7a3435c9a
commit
74edc05817
@ -860,7 +860,6 @@ void
|
||||
do_job_notification (void)
|
||||
@{
|
||||
job *j, *jlast, *jnext;
|
||||
process *p;
|
||||
|
||||
/* @r{Update status information for child processes.} */
|
||||
update_status ();
|
||||
|
Loading…
Reference in New Issue
Block a user