diff src/process.c @ 257:65c19d2020f7 r20-5b27

Import from CVS: tag r20-5b27
author cvs
date Mon, 13 Aug 2007 10:22:03 +0200
parents 084402c475ba
children 11cf20601dec
line wrap: on
line diff
--- a/src/process.c	Mon Aug 13 10:21:19 2007 +0200
+++ b/src/process.c	Mon Aug 13 10:22:03 2007 +0200
@@ -1276,7 +1276,6 @@
   int count = 0;
 #endif
 
-#ifndef HAVE_TERM
   memset (address, 0, sizeof (*address));
 
   while (1)
@@ -1450,14 +1449,6 @@
 
   speed_up_interrupts ();
 
-#else /* HAVE_TERM */
-  s = connect_server (0);
-  if (s < 0)
-    report_file_error ("error creating socket", Fcons (name, Qnil));
-  send_command (s, C_PORT, 0, "%s:%d", XSTRING_DATA (host), ntohs (port));
-  send_command (s, C_DUMB, 1, 0);
-#endif /* HAVE_TERM */
-
   inch = s;
   outch = dup (s);
   if (outch < 0)