summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-31 22:36:08 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-31 22:36:08 +0000
commitaba76cc97f2f7a49af66a1bfcd886cb76e0f1c48 (patch)
tree02f261b9df3630909e22af570fd437603107ec80
parentec6295118532ea8cd53019c06ba10fcf2436aea7 (diff)
downloademacs-aba76cc97f2f7a49af66a1bfcd886cb76e0f1c48.tar.gz
(synch_process_death, synch_process_retcode): Delete extra declaration.
-rw-r--r--src/process.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process.h b/src/process.h
index f6aa17526f2..197dda1cd3a 100644
--- a/src/process.h
+++ b/src/process.h
@@ -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;