aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.h')
-rw-r--r--src/process.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/process.h b/src/process.h
index 06dbb30fc03..6ad7f7ddf5e 100644
--- a/src/process.h
+++ b/src/process.h
@@ -33,9 +33,6 @@ struct Lisp_Process
33 Lisp_Object infd; 33 Lisp_Object infd;
34 /* Descriptor by which we write to this process */ 34 /* Descriptor by which we write to this process */
35 Lisp_Object outfd; 35 Lisp_Object outfd;
36 /* Descriptor for the tty which this process is using.
37 nil if we didn't record it (on some systems, there's no need). */
38 Lisp_Object subtty;
39 /* Name of subprocess terminal. */ 36 /* Name of subprocess terminal. */
40 Lisp_Object tty_name; 37 Lisp_Object tty_name;
41 /* Name of this process */ 38 /* Name of this process */