]> git.eshelyaron.com Git - emacs.git/commitdiff
(synch_process_death, synch_process_retcode): Delete extra declaration.
authorKarl Heuer <kwzh@gnu.org>
Wed, 31 Jan 1996 22:36:08 +0000 (22:36 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 31 Jan 1996 22:36:08 +0000 (22:36 +0000)
src/process.h

index f6aa17526f26ecbf449e3f1aab9f6d28cfabff98..197dda1cd3ad2c1168663696758804975e65110e 100644 (file)
@@ -90,8 +90,6 @@ extern int synch_process_alive;
 
 /* 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;