diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2020-05-23 21:18:09 +0200 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2020-06-03 18:09:45 -0400 |
commit | 74edc05817c126212c826c1a046a9465d0efe287 (patch) | |
tree | b194c108cd06d60701a2421ae2558b1eb77a7f66 /manual | |
parent | a7a3435c9a0769744c7748f9d95510d0a99be7d1 (diff) | |
download | glibc-74edc05817c126212c826c1a046a9465d0efe287.tar.gz glibc-74edc05817c126212c826c1a046a9465d0efe287.tar.xz glibc-74edc05817c126212c826c1a046a9465d0efe287.zip |
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>
Diffstat (limited to 'manual')
-rw-r--r-- | manual/job.texi | 1 |
1 files changed, 0 insertions, 1 deletions
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 (); |