From: Richard M. Stallman Date: Mon, 16 Sep 1996 05:09:06 +0000 (+0000) Subject: (stream_process): Variable deleted. X-Git-Tag: emacs-20.1~3738 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=743c6586040b7bb13265835700874fb79bcea9ca;p=emacs.git (stream_process): Variable deleted. (syms_of_process): staticpro deleted. --- diff --git a/src/process.c b/src/process.c index bb68c2b0a1e..b94b1d30969 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");