about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2020-05-23 21:18:09 +0200
committerCarlos O'Donell <carlos@redhat.com>2020-06-03 18:09:45 -0400
commit74edc05817c126212c826c1a046a9465d0efe287 (patch)
treeb194c108cd06d60701a2421ae2558b1eb77a7f66
parenta7a3435c9a0769744c7748f9d95510d0a99be7d1 (diff)
downloadglibc-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>
-rw-r--r--manual/job.texi1
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 ();