aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-09-16 05:09:06 +0000
committerRichard M. Stallman <[email protected]>1996-09-16 05:09:06 +0000
commit743c6586040b7bb13265835700874fb79bcea9ca (patch)
tree78c649d3b9d8d800eb262abc0078c3a5eaef0ab3 /src
parentab9ba9ea1948dd2dd2d6f68a1fdfce6ce829cac7 (diff)
(stream_process): Variable deleted.
(syms_of_process): staticpro deleted.
Diffstat (limited to 'src')
-rw-r--r--src/process.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/process.c b/src/process.c
index bb68c2b0a1..b94b1d3096 100644
--- a/src/process.c
+++ b/src/process.c
@@ -113,8 +113,6 @@ Lisp_Object Qlast_nonmenu_event;
Qt nor Qnil but is instead a cons cell (HOSTNAME PORTNUM). */
#ifdef HAVE_SOCKETS
-static Lisp_Object stream_process;
-
#define NETCONN_P(p) (GC_CONSP (XPROCESS (p)->childp))
#else
#define NETCONN_P(p) 0
@@ -3747,9 +3745,6 @@ init_process ()
syms_of_process ()
{
-#ifdef HAVE_SOCKETS
- stream_process = intern ("stream");
-#endif
Qprocessp = intern ("processp");
staticpro (&Qprocessp);
Qrun = intern ("run");