From: Karl Heuer Date: Wed, 31 Jan 1996 22:36:08 +0000 (+0000) Subject: (synch_process_death, synch_process_retcode): Delete extra declaration. X-Git-Tag: emacs-19.34~1409 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b3d19094a079d42cd97982010a694bb1fae1def;p=emacs.git (synch_process_death, synch_process_retcode): Delete extra declaration. --- 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;