diff src/process.h @ 14451:fc22eb3a4146

(synch_process_death, synch_process_retcode): Delete extra declaration.
author Karl Heuer <kwzh@gnu.org>
date Wed, 31 Jan 1996 22:36:08 +0000
parents ee40177f6c68
children ad4cd2505623
line wrap: on
line diff
--- a/src/process.h	Wed Jan 31 21:01:16 1996 +0000
+++ b/src/process.h	Wed Jan 31 22:36:08 1996 +0000
@@ -90,8 +90,6 @@
 
 /* Communicate exit status of sync process to from sigchld_handler
    to Fcall_process.  */
-extern int synch_process_retcode;
-extern char *synch_process_death;
 
 /* Nonzero => this is a string explaining death of synchronous subprocess.  */
 extern char *synch_process_death;