diff options
| author | Richard M. Stallman | 1996-09-16 05:09:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-16 05:09:06 +0000 |
| commit | 743c6586040b7bb13265835700874fb79bcea9ca (patch) | |
| tree | 78c649d3b9d8d800eb262abc0078c3a5eaef0ab3 /src/process.c | |
| parent | ab9ba9ea1948dd2dd2d6f68a1fdfce6ce829cac7 (diff) | |
| download | emacs-743c6586040b7bb13265835700874fb79bcea9ca.tar.gz emacs-743c6586040b7bb13265835700874fb79bcea9ca.zip | |
(stream_process): Variable deleted.
(syms_of_process): staticpro deleted.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 5 |
1 files changed, 0 insertions, 5 deletions
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; | |||
| 113 | Qt nor Qnil but is instead a cons cell (HOSTNAME PORTNUM). */ | 113 | Qt nor Qnil but is instead a cons cell (HOSTNAME PORTNUM). */ |
| 114 | 114 | ||
| 115 | #ifdef HAVE_SOCKETS | 115 | #ifdef HAVE_SOCKETS |
| 116 | static Lisp_Object stream_process; | ||
| 117 | |||
| 118 | #define NETCONN_P(p) (GC_CONSP (XPROCESS (p)->childp)) | 116 | #define NETCONN_P(p) (GC_CONSP (XPROCESS (p)->childp)) |
| 119 | #else | 117 | #else |
| 120 | #define NETCONN_P(p) 0 | 118 | #define NETCONN_P(p) 0 |
| @@ -3747,9 +3745,6 @@ init_process () | |||
| 3747 | 3745 | ||
| 3748 | syms_of_process () | 3746 | syms_of_process () |
| 3749 | { | 3747 | { |
| 3750 | #ifdef HAVE_SOCKETS | ||
| 3751 | stream_process = intern ("stream"); | ||
| 3752 | #endif | ||
| 3753 | Qprocessp = intern ("processp"); | 3748 | Qprocessp = intern ("processp"); |
| 3754 | staticpro (&Qprocessp); | 3749 | staticpro (&Qprocessp); |
| 3755 | Qrun = intern ("run"); | 3750 | Qrun = intern ("run"); |