public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] manual/jobs.texi: remove unused var from example code
@ 2020-05-23 19:18 Aurelien Aptel
  2020-06-03 12:50 ` Aurélien Aptel
  2020-06-03 20:47 ` Carlos O'Donell
  0 siblings, 2 replies; 6+ messages in thread
From: Aurelien Aptel @ 2020-05-23 19:18 UTC (permalink / raw)
  To: libc-alpha

The do_job_notification() function defines a variable without using
it. Remove it.
---
 manual/job.texi | 1 -
 1 file changed, 1 deletion(-)

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 ();
-- 
2.26.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-06-04 12:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-23 19:18 [PATCH] manual/jobs.texi: remove unused var from example code Aurelien Aptel
2020-06-03 12:50 ` Aurélien Aptel
2020-06-03 20:47 ` Carlos O'Donell
2020-06-03 21:07   ` Florian Weimer
2020-06-03 22:16     ` Carlos O'Donell
2020-06-04 12:18       ` Aurélien Aptel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).