diff options
Diffstat (limited to 'src')
| -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"); |