changeset 16206:4aba36944749

(stream_process): Variable deleted. (syms_of_process): staticpro deleted.
author Richard M. Stallman <rms@gnu.org>
date Mon, 16 Sep 1996 05:09:06 +0000
parents 31a12077e3d7
children f414d3a2fd58
files src/process.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/process.c	Mon Sep 16 01:20:20 1996 +0000
+++ b/src/process.c	Mon Sep 16 05:09:06 1996 +0000
@@ -113,8 +113,6 @@
    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 @@
 
 syms_of_process ()
 {
-#ifdef HAVE_SOCKETS
-  stream_process = intern ("stream");
-#endif
   Qprocessp = intern ("processp");
   staticpro (&Qprocessp);
   Qrun = intern ("run");