[PATCH] manual/jobs.texi: remove unused var from example code

Aurelien Aptel aurelien.aptel@gmail.com
Sat May 23 19:18:09 GMT 2020


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



More information about the Libc-alpha mailing list