aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/process.h b/src/process.h
index 1e90f553b38..0348f211bb9 100644
--- a/src/process.h
+++ b/src/process.h
@@ -143,12 +143,6 @@ struct Lisp_Process
143 143
144#define ChannelMask(n) (1<<(n)) 144#define ChannelMask(n) (1<<(n))
145 145
146/* Indexed by descriptor, gives the process (if any) for that descriptor. */
147extern Lisp_Object chan_process[];
148
149/* Alist of elements (NAME . PROCESS). */
150extern Lisp_Object Vprocess_alist;
151
152/* True if we are about to fork off a synchronous process or if we 146/* True if we are about to fork off a synchronous process or if we
153 are waiting for it. */ 147 are waiting for it. */
154extern int synch_process_alive; 148extern int synch_process_alive;